Hello,
i have requirement where i need to open csv as notepad and save that file with notepad with encoding utf with bom. utf -8 with bom option is not there in my notepad.
can you help me with same , how can i achieve this.
Hello,
i have requirement where i need to open csv as notepad and save that file with notepad with encoding utf with bom. utf -8 with bom option is not there in my notepad.
can you help me with same , how can i achieve this.
Activities:
Start Process:
Delay (Optional)
Type Into:
Delay (Optional)
Type Into:
Delay (Optional)
Type Into:
Type Into:
i cannot see below options in start process activity
Any specific reasons to do the character encoding change via Notepad and not by:
This will work for you try this
Assign csvWithBOM = ChrW(&HEF) + ChrW(&HBB) + ChrW(&HBF) + YourReadTextString
if utf-8 with bom iis not there in notepad option , still it will save ?
u have mentioned “assign csvWithBOM = ChrW(&HEF) + ChrW(&HBB) + ChrW(&HBF) + YourReadTextString” csvwithBOM varaible and mentioned Res_String in workflow.
what is there in read file -csv file?
Yes,
Res_String= ChrW(&HEF) + ChrW(&HBB) + ChrW(&HBF) + YourReadTextString”
If you got the result please mark it as “Solution”
file generated but with no extension
how to know file is with utf 8 bom or not
Open your generated output file
Notepad files are store in .txt extension
Open the output file in click on “File” and then “save as” in that you able to see
Follow this procedure you are able to know the “extension” and encoding type
But my encoding type is “UTF-8 with bom” why it differs you
If you find solution for this Query please mark it as solution to close the loop.
Happy Automation
Regards,