You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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