I am having an issue with the quotes not showing within the output json Code field, column ,however it shows on other lines as we require.
Any assistance would be greatly appreciated.
Thank you.
Stephen
I am having an issue with the quotes not showing within the output json Code field, column ,however it shows on other lines as we require.
Any assistance would be greatly appreciated.
Thank you.
Stephen
Easy Data Transform tries to infer the type from a column. If all the values are numeric, then it will output the column to JSON as numeric value. But you can force it to output as a JSON string with quotes.
It may also be worth inspecting the column data to understand why Values types = Automatic isn’t working.
Does that help?