Hi,
how I can upload with the CSV method via KMC console to add in the description special characters like letters with accents: á,é,í,ó,ú,…
For example, the next CSV:
- title,description,tags,url,contentType,conversionProfileId,accessControlProfileId,category,scheduleStartDate,scheduleEndDate,thumbnailUrl,partnerData
Test,“Test Description í”,“test, tag”,http://cfvod.kaltura.com/pd/p/1910291/sp/191029100/serveFlavor/entryId/1_i48r4r9q/v/1/ev/4/flavorId/1_cqte1x8t/name/a.mp4,video,,,,,,,
makes error due to the ‘í’ in the Description field (the second column).
But if I use this csv:
- title,description,tags,url,contentType,conversionProfileId,accessControlProfileId,category,scheduleStartDate,scheduleEndDate,thumbnailUrl,partnerData
Test,“Test Description”,“test, tag”,http://cfvod.kaltura.com/pd/p/1910291/sp/191029100/serveFlavor/entryId/1_i48r4r9q/v/1/ev/4/flavorId/1_cqte1x8t/name/a.mp4,video,,,,,,,
the upload works fine.
I tried to escape with \ or quotation marks but it doesn’t work
Lluís