Member since
10-24-2022
1
Post
0
Kudos Received
0
Solutions
10-24-2022
09:07 AM
---TRANSLATION---
Hi! I have a csv file and I am converting it with "ConvertRecord", but I am encountering a problem in the process due to a word that is in quotes. Example: "the day is "a bit" ugly". The term "middle" is recognized as a column and ends up breaking the column. Thought to replace as 'middle' quotes with another character via 'Regex' (checking if the character before the quote is empty and after a letter, for some). If you have any ideas on how to solve this problem, I would be grateful! Thanks in advance!
... View more