I've put the filename in quotes, but it seems the OAD CSV importer still doesn't properly parse it. All other attachments are working as expected. Is this just broken or is there a way to escape it that is undocumented?
Hi Steve
This issue may be caused because the attachment file being imported has special characters (e.g. space) in the file name, which are not supported in the file URI scheme used during the CSV attachment import.
This is specifically an issue with the ; (semicolon character). I'm already properly escaping spaces. Unfortunately this example is not the situation to which I refer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just had this same problem. Ricardo was right, URL Encode the filename such that ";" becomes "%3B" and this should start working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the better solution. Apparently past Steve didn't quite grok solution #2 in the link Ricardo originally provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for circling back to let the Community know! I upvoted Ricardo's solution to help it rise to the top of the thread. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I ended up having to replace ; in filenames with _ to work around. This is not really an actual fix...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just attempting to get this question closed at this point...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.