How to import just first line from CSV.

0
Hi All we have a requirement where we would like to import CSV into app.  Our csv has first row with the name and date and from 2nd row we have data. However if we remove 1st row and import the csv. it works fine. But when we try to import along with first line we got error.  That error in import for csv line number 1.  Can we have some how functionality in which we import the first line in different entity and remaining import as it used to. 
asked
2 answers
2

Hi Shreyansh , Use the CSV import module from marketplace . In the Import micro flow of the module you will have an activity where you can specify the row you want to skip .

answered
0

How are you importing your CSV file?

 

If you use the CSV Services module from the Marketplace, you can specify if the CSV file you are importing has a header or not, and this is taken into account during the import.

 

https://marketplace.mendix.com/link/component/1911

 

I hope this helps.

answered