T
This smart service is working fine, only we are not able to write the 1st column(A) data of csv into database.
Result displaying like below
Is there any specific condition added to plugin code to read the data from 2nd column.
If anyone knows the issue, could you please help me with the comments..
Discussion posts and replies are publicly visible
Hi ajithkumary0002,
What I understand from your question is that you want to read the data from the 2nd column of the CSV file. If that's the question, then you can set the input 'File Has Header' to false and specify the names of the columns that you want to read in the 'Column Names' input parameter.
Note: It will work only if your CSV has static headers.