What is the correct way to create a CSV import? #4178
hilmihidyt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a CSV file with a format like the image above or like the following file.csv that I want to import. I have created a code like this with custom settings, but when I import, I cannot get data on row 1 and row 2.
PaymentsImport.php
Log:
Here is the log recorded when I run my code. As you can see, I cannot get row 1 and row 2, where I should get to do data for the Eff Date and Trans Description columns.
What is the correct way to get data from the other rows?
Beta Was this translation helpful? Give feedback.
All reactions