Text file having true /false instead of 1/0

I have a text file and I used FTP to move files from my local to a remote location. I do have some boolean values in the file and they are noted as 1-true and 0- false. When the file is moved to the remote location all the boolean values are change to True / False instead of 1/0
Any advice…

Thanks and regards
Komal Viswateja

Hello @komal.v.konduru

Have you checked both the files before moving and after moving?

Because moving it as a text file should not change the value from 1 to True.

Also try by adding one more word along with the boolean value as below

1 success
0 failed

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.