Quick Sign In:  

Forum: General Discussion

Topic: cue file --> csv or Excel?

This topic is old and might contain outdated or incorrect information.

dustycatControlleristMember since 2016
Has anyone seen a program or a script to convert a VirtualDJ .cue file to CSV or Excel?
 

Posted 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)
 

Posted Wed 30 Sep 20 @ 5:43 am
dustycatControlleristMember since 2016
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!
 

Posted 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!


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
 

Posted 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/
 

Posted Fri 16 Oct 20 @ 10:46 pm
dustycatControlleristMember since 2016
FunctionDJ wrote :
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!


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!
 

Posted Mon 26 Oct 20 @ 9:12 pm


(Old topics and forums are automatically closed)