Custom metadata import

Hello,

I kind of have a weird problem. I have 2 files with different metadata i want to upload. When i execute “exiftool -X file” on both files i can see the metadata that looks like this(i also see the metadata in “raw metadata”):
-File 1
<File:MIMEType>audio/x-wav</File:MIMEType> <RIFF:Description>SPOMEN MOJ DALECEN</RIFF:Description> <RIFF:Originator>VELE MATEVSKI SO RO RTB</RIFF:Originator> <RIFF:OriginatorReference>FRDMS000000000000</RIFF:OriginatorReference> <RIFF:DateTimeOriginal>2004:12:23 16:40:34</RIFF:DateTimeOriginal> <RIFF:TimeReference>2881641600</RIFF:TimeReference>

-File2
<File:MIMEType>audio/x-wav</File:MIMEType> <RIFF:Encoding>Microsoft PCM</RIFF:Encoding> <RIFF:NumChannels>2</RIFF:NumChannels> <RIFF:SampleRate>48000</RIFF:SampleRate> <RIFF:AvgBytesPerSec>192000</RIFF:AvgBytesPerSec> <RIFF:BitsPerSample>16</RIFF:BitsPerSample> <RIFF:Product>MakFest</RIFF:Product> <RIFF:Artist>Helena Blagne</RIFF:Artist> <RIFF:Software>WavePad Sound Editor 6.50</RIFF:Software>

Now i have custom metadata fields for File:MIMEType,RIFF:Originator,RIFF:Product,RIFF:Artist. The weird things is that MIMEType works fine on both files(it gets auto populated during upload), the Originator works fine on first file, but Product and Artist doesn’t get populated when i upload the second file.Both are wav files. I tried flushing the template and database, and checked for spelling mistakes like million times but none of that helped.

Could you help me identify what could be causing this.
Thank you in advance.

Hi inikolcev ,

May I know the version of Razuna and Java , OS which you are using now ?

Thanks

Have you tried exporting the metadata from Razuna first, then altering in
that file and re-importing without a mapping template?

I’m using Razuna 1.8.2 on Windows2012R2 with Java8 installed.

Nope, I’ll try that now.

I tried that and after manually editing the csv file the metadata is populated. But that doesn’t help me, because people are going to throw files in watch folder, and it would be impossible to re-edit the metadata for every file. But this is still something, worst comes to worst i’ll find a way to script the process. Thanks.