Excel, csv bool for json

Is there a way to format data in excel, csv to be bool for json conversion? I am getting String.
Any help is appreciated. Thanks.

You can parse it from the string into whatever data type, but it will always be string going directly from CSV to JSON (without using any kind of conversion)

What does your code look like?

Thanks very much. Can you tell me how to best send the code. Cut and paste?

Look at how to convert data types (like bool) from a string

Ok thx, I will google that.

Another member of this forum asked a similar question about downloading a CSV file and using the data from that in an App. This is the thread and may or may not be helpful.

Thanks Chris. I appreciate everyones help. Have a good weekend