on ‎2024 May 29 12:59 PM
Dear specialists,
I have following problem. I have a file in the following format:
I want to upload it into SAP and want to split with the seperator ,
Now I have the problem, that in the amount the decimal sign is also ,
Is there a way to replace the , (seperator) to ; with REGEX?
Best Regards
Sigi
Request clarification before answering.
So you'd like to replace all occurrences of a character (,) unless it's enclosed in quotation marks ("), which won't be easy and code won't be very readable.
Couldn't you ask the file sender to stick to a more stict CSV format?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.