- Il forum di VirtualDJ
- General Discussion csv or Excel? -->
Has anyone seen a program or a script to convert a VirtualDJ .cue file to CSV or Excel?
Inviato Wed 30 Sep 20 @ 2:27 am
Open it with any text editor (Notepad will do just fine)
It's just a text file, and it's format is such that can't be interpreted properly as csv/excel (all contents in one line)
It's just a text file, and it's format is such that can't be interpreted properly as csv/excel (all contents in one line)
Inviato Wed 30 Sep 20 @ 5:43 am
Yup - exactly.
Obviously software like VDJ (and even the Mixcloud webpage) parses cue files into fields and records.
I'd rather not reinvent the wheel, so am looking for a script (VBA would be awesome) that does this.
Ultimately, I'm looking to import more than 100 cue files into a database... not a task for text file copy & pasting!
Obviously software like VDJ (and even the Mixcloud webpage) parses cue files into fields and records.
I'd rather not reinvent the wheel, so am looking for a script (VBA would be awesome) that does this.
Ultimately, I'm looking to import more than 100 cue files into a database... not a task for text file copy & pasting!
Inviato Sun 04 Oct 20 @ 6:40 pm
dustycat wrote :
Yup - exactly.
Obviously software like VDJ (and even the Mixcloud webpage) parses cue files into fields and records.
I'd rather not reinvent the wheel, so am looking for a script (VBA would be awesome) that does this.
Ultimately, I'm looking to import more than 100 cue files into a database... not a task for text file copy & pasting!
Obviously software like VDJ (and even the Mixcloud webpage) parses cue files into fields and records.
I'd rather not reinvent the wheel, so am looking for a script (VBA would be awesome) that does this.
Ultimately, I'm looking to import more than 100 cue files into a database... not a task for text file copy & pasting!
Sounds like you wanna hire a developer. Otherwise, you can easily use NodeJS with https://www.npmjs.com/package/cue-parser and https://www.npmjs.com/package/csv-generate
Inviato Sat 10 Oct 20 @ 9:43 am
Lots of freeware software that does that...
Didnt try this one, but might be one that does the job https://cuemaster.org/
Didnt try this one, but might be one that does the job https://cuemaster.org/
Inviato Fri 16 Oct 20 @ 10:46 pm
FunctionDJ wrote :
Sounds like you wanna hire a developer. Otherwise, you can easily use NodeJS with https://www.npmjs.com/package/cue-parser and https://www.npmjs.com/package/csv-generate
dustycat wrote :
Yup - exactly.
Obviously software like VDJ (and even the Mixcloud webpage) parses cue files into fields and records.
I'd rather not reinvent the wheel, so am looking for a script (VBA would be awesome) that does this.
Ultimately, I'm looking to import more than 100 cue files into a database... not a task for text file copy & pasting!
Obviously software like VDJ (and even the Mixcloud webpage) parses cue files into fields and records.
I'd rather not reinvent the wheel, so am looking for a script (VBA would be awesome) that does this.
Ultimately, I'm looking to import more than 100 cue files into a database... not a task for text file copy & pasting!
Sounds like you wanna hire a developer. Otherwise, you can easily use NodeJS with https://www.npmjs.com/package/cue-parser and https://www.npmjs.com/package/csv-generate
Thank you!!
These references are exactly what I'm looking for!
Inviato Mon 26 Oct 20 @ 9:12 pm