Hi all,
I'm using the following technique to convert CSV data into Excel:
Convert CSV files to Excel workbooks - Office Scripts | Microsoft Docs
However, as some values in the CSV contain a comma, they are wrapped in quotes. Example:
Header1,Header2,Header3
A,"1,00",Foo
B,"2,00",Bar
The quotes are carried over to Excel, which is unintended.
Header1 | Header2 | Header3 |
A | "1,00" | Foo |
B | "2,00" | Bar |
Can I edit the script or otherwise remove the quotes from the final Excel somehow?
Solved! Go to Solution.
Hi @AlexMB
Assuming it is column B, just add the following to the end of your script:
Please consider accepting my answer as a solution if it helps to solve your problem.
Cheers
Damien
Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. Thanks
Hi @AlexMB
Assuming it is column B, just add the following to the end of your script:
Please consider accepting my answer as a solution if it helps to solve your problem.
Cheers
Damien
Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. Thanks
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
24 | |
23 | |
21 |
User | Count |
---|---|
62 | |
45 | |
40 | |
29 | |
27 |