AppDeveloper How to use CSV read/write

For general Flowcode discussion that does not belong in the other sections.
Post Reply
stefan.erni
Valued Contributor
Posts: 1152
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 219 times
Been thanked: 238 times

Flowcode v11 AppDeveloper How to use CSV read/write

Post by stefan.erni »

Hi Ben

Writing a file works perfectly, if I use delay

reading doesn't go so well

I don't know exactly how to use CSV read/write.
Writing a CSV file works well with the next row command.
But when reading the CSV file, I don't know if I need the command.

Sometimes when creating and writing the file, I end up with an empty file.
If I already have an empty file, then it works fine when I start the program a second time.
I don't know where I need to wait.

Sometimes I still get a lot of 000000 if I open it with notepad.
2026-01-16_18-08-56.PNG
2026-01-16_18-08-56.PNG (9.61 KiB) Viewed 56 times
One command gets stuck readAsNumber(1,0) but the others work.
2026-01-16_18-17-08.PNG
2026-01-16_18-17-08.PNG (93.8 KiB) Viewed 56 times


Testprogram:
post_csv1.fcpcd
(44.24 KiB) Downloaded 8 times

Post Reply