Hi all, I have to import a csv with billing fees and I have a regular expresion like this ^3480[3,6,7][0-1]+$ The problem I have is that when I import it, the "," of the regex is confused ith the "," of the csv. Any idea to avoid this? Thanks to all Joan