While converting the JSON to CSV , I am using the tFileInputJson and every time there is any special character like EnDash, Left or Right Single quote it converts it to UNICODE like
EnDash ----> \u2013
Left Single Quote' ----> \u2018
Right Single Quote' ----> \u2019
even for
"..." ------> \u2026
Can this be stopped ? and JSON will convert the file as it is to CSV.