I'm having an issue importing a comma separated CSV file of URLs. The urls are being broken up into two columns at the : part of the URL. Is there any way to enforce a rule to only break into columns at , points? I've tried wrapping the URLs in quotations but they are imported with quotations when I do that.
I'm having an issue importing a comma separated CSV file of URLs. The urls are being broken up into two columns at the : part of the URL. Is there any way to enforce a rule to only break into columns at , points? I've tried wrapping the URLs in quotations but they are imported with quotations when I do that.