App Developer CSV writer and Time problem

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
stefan.erni
Valued Contributor
Posts: 1094
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 207 times
Been thanked: 229 times

App Developer CSV writer and Time problem

Post by stefan.erni »

Hi to All

If I use CSV writer with few collum, the timestamp make problems with the time (reverse time).
If I use just the timestamp, it's working fine.
Attachments
2024-05-29_16-30-50.PNG
2024-05-29_16-30-50.PNG (33.97 KiB) Viewed 3903 times
Timestamp_post1.fcsx
(22.88 KiB) Downloaded 427 times

BenR
Matrix Staff
Posts: 1980
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 519 times
Been thanked: 707 times

Re: App Developer CSV writer and Time problem

Post by BenR »

Hello,

Thanks for letting us know. I've had a go at improving this and think I've made good progress.

We're looking at other options to get this even better but let us know how you get on with the changes I've made.

stefan.erni
Valued Contributor
Posts: 1094
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 207 times
Been thanked: 229 times

Re: App Developer CSV writer and Time problem

Post by stefan.erni »

Hi Ben


It's working nice.Perfect!


If I insert this line, i have the excel time format for hh:mm:ss.000 and i have to format the cells in excel and i can calculate time difference
2024-05-30_15-34-39.PNG
2024-05-30_15-34-39.PNG (46.66 KiB) Viewed 3876 times
Format the cells in Excel:
2024-05-30_15-37-48.PNG
2024-05-30_15-37-48.PNG (154.39 KiB) Viewed 3876 times
And calculate the time:
2024-05-30_15-31-12.PNG
2024-05-30_15-31-12.PNG (57.73 KiB) Viewed 3876 times

Post Reply