Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaping and encoding file names and paths #16

Open
ruebot opened this issue Nov 25, 2015 · 0 comments
Open

Escaping and encoding file names and paths #16

ruebot opened this issue Nov 25, 2015 · 0 comments

Comments

@ruebot
Copy link
Contributor

ruebot commented Nov 25, 2015

I just did a large prepareupload, and got the following:

[nruest@rho:SwiftBulkUploader] (git)-[master]-$ python prepareupload.py /mnt/vol1/data_sets wahrUpload
1360489 parsed. /home/nruest/git/SwiftBulkUploader/olrcdb.py:71: Warning: Incorrect string value: '\xE2%80%9...' for column 'path' at row 1
  self.cursor.execute(query)
1555060 parsed. /home/nruest/git/SwiftBulkUploader/olrcdb.py:71: Warning: Data truncated for column 'path' at row 1
  self.cursor.execute(query)
1882041 parsed. /home/nruest/git/SwiftBulkUploader/olrcdb.py:71: Warning: Incorrect string value: '\xE9s&Vol...' for column 'path' at row 1
  self.cursor.execute(query)
2544230 parsed. %

If I'm reading that correctly, we're having issues with escaping and encoding filenames and paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant