Importing data from csv file with multiple information in same column

0
Hi, there.   I would like to import data from a CSV file using the Excel Importer. I know how to import and use columns 1-5 in the following CSV file, but is there a way to import and use Item1 and Item2 at the same time? Do I have to move Item1 and Item2 to other columns? Any comments would be of help.   Thanks in advance. BR, Kazuki Abe
asked
2 answers
1

Hey Kazuki,

You can make a NPE and import data in that, and then according to your need you can map your data in some other entity by implimenting your own logic through microflow.

Hope it helps!

answered
0

You can use Apache poi library and implement a Java action for that custom import of excel.

apache poi quick guide

answered