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

Exporting CSV Error #1130

Open
eliu-ual opened this issue Oct 1, 2024 · 4 comments
Open

Exporting CSV Error #1130

eliu-ual opened this issue Oct 1, 2024 · 4 comments

Comments

@eliu-ual
Copy link

eliu-ual commented Oct 1, 2024

I have a couple of .droid files I’m trying to export to CSV, but I’m receiving an error about an illegal character preventing DROID from generating a CSV file. I’ve attached the beginning of the error message to this email (the full error is very long, but the remainder is just the rest of the filepath).

For background, I’m running DROID on a set of files to support identification of duplicate records. The hard drive was as donated Mac-formatted hard drive, then a copy was made onto a Windows network drive. I’m running DROID on the Windows copy, and I’m aware there can be loads of issues going from Mac to Windows as they differ in tolerance to ‘non-standard’ character usage such as backslashes etc.

Is this a common error? Might it be resolved by running a Mac-compatible version of DROID on a Mac-formatted copy?

Thanks in advance for any advice you might have!
Screenshot 2024-08-15 174823

@steve-daly
Copy link

DROID is cross-platform so it's the same code running on every operating system, but I can see that underlying file system behaviour can vary. Can you see what the folder/file names look like in Windows? DROID should be fine with unicode characters in filenames but obviously something unusual is happening here. If you can see an unusual filename could you possibly copy that filename onto a harmless file (e.g. blank text document) and upload the document here to see if we can reproduce this with DROID.

@eliu-ual
Copy link
Author

eliu-ual commented Oct 1, 2024

Hi Steve! Thanks for your prompt response. Strangely the filename cited in the error message is pretty simple, just 'Icon'. But I can see some of the other filenames in the same folder could be problematic; these are 'C=P_Ars_electronica_edit3.doc' and 'Ars-final.doc'.

I've attached .txt files with each of these names to support testing.

Icon.txt
Ars-final.doc.txt
C=P_Ars_electronica_edit3.doc.txt

@steve-daly
Copy link

Thanks. In your original screenshot you have some scissors emojis in the filepath. Do you see that in your folder browser/explorer too.

@eliu-ual
Copy link
Author

eliu-ual commented Oct 1, 2024

In File Explorer, they appear as boxes - definitely a legacy of material being moved from Mac to Windows:

S:\DAC Projects\Archives and Special Collections Centre\Her Noise Archive\2_HNPLANNING\2_HN_PLANNING\HN12\1_ORGANISERS\HN123\3_Lina\HN12310\PREVIOUS WRITING\Ars Electronica 02 (The Wire)

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

No branches or pull requests

2 participants