23-10-20 06:47 PM
Answered! Go to Answer.
23-10-20 07:39 PM
23-10-20 07:39 PM
23-10-20 08:28 PM
02-10-23 08:37 PM
Hello Diane,
Can I know what changes you have made in order to read CSV values right?
Appreciate your response.
03-10-23 01:50 PM
Hi Aneesha,
This was quite some time ago so I can't explain why I did what I did, but here's what I did. (happy path only)
So long story short - I did not use either of Dave's fixes. If I remember correctly, they didn't fix it for me and I didn't have time to keep troubleshooting the application. I ended up just using BP canned functions to read the data differently and parse it directly. It's not the prettiest or the fastest, but it is stable and functional. This bot runs daily in production and I have yet to see it fail or incorrectly parse the data (but I'm sure it will tomorrow :))
Here's a screenshot of my double loop if it helps explain the description above. I marked the loops with colors to help it match back easier. Hope this helps!