Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, the data I upload has some quote marks (""). the script stop running when it hits the data with quote marks. I am wondering if there is a way to allow the script to keep running instead of stopping. The data is only partially uploaded and I would like everything to upload.
Try
replace(<your_field_name>, chr(34),'') as your_field_name
chr(34) is "" in ASCi code
Hi Robert, My field name is
[RCD] in the script. that particular column contains data with quotation marks ". I am not sure how to use the data above. do I replace this line in the script with replace([RCD], chr(34),'') as [RCD] ? Thanks,
Yes use this replace([RCD], chr(34),'') as [RCD]
Or
Purgechar([RCD],'"') As [RCD]
Yes try this way.
Tak sprobuj a jak nie zadziala napisz dlaczego