04-11-2024 11:16 AM - edited 04-11-2024 11:19 AM
Hi Guys,
I have created program to write data in CSV file .
I have 2 D array with header corresponding data. I'm getting data in the output 2d array correctly. But when I'm passing the 2d array to write csv file, I'm seeing that some data are missing the corresponding header row and go to next row.
Im the 2d appended transpose array, I can also see a arrow downward for #RTCount1. Due to these arrows the problem is creating.
Can anyone let me know how can I solve the problem?
Solved! Go to Solution.
04-11-2024 11:23 AM
That arrow on the bottom right of #RTCount1 indicates that there is an additional line not shown, most probably an additional empty line. Perhaps someone hit Enter accidentally when keying in the string. You should remove that empty line.