CSV Import Not Working in Voiceover Studio
Closed this issue · 2 comments
CSV import for Voiceover Studio says:
Import a script as a CSV file. We'll automatically create a speaker track for each character and clips for each of their lines. Currently we support CSV files only, with a format of either (speaker, line, start_time, end_time) or (speaker, line).
When you include the start_time and end_time it works. But if you are creating a script from scratch you don't know the start and end times. A CSV that only has speaker, line, won't import and you get the message "File invalid. Please upload a CSV file." My file is a CSV.
E.G.:
Sara, "This is Sara's line."
Jim, "This is JIm's line."
Even the example files from the documentation aren't working:
speaker,start_time,end_time,transcription,translation
Adam,"0.10000","1.15000","Hello, how are you?","Hola, ¿cómo estás?"
Adam,"1.50000","3.50000","I'm fine, thank you.","Estoy bien, gracias."
Changing the file extension to .csv from .txt worked. That's all it took. It's working. Exact same file. Just a different extension.