# Text file lines not being parsed during import

**URL:** https://community.mp3tag.de/t/text-file-lines-not-being-parsed-during-import/12137
**Category:** Support
**Created:** [June 11, 2011, 2:45pm UTC](https://community.mp3tag.de/t/text-file-lines-not-being-parsed-during-import/12137 "2011-06-11T14:45:06Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![MusicRevolution](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/m/8491ac/32.png) [@MusicRevolution](https://community.mp3tag.de/u/MusicRevolution)
#### Post date: [June 11, 2011, 2:45pm UTC](https://community.mp3tag.de/t/text-file-lines-not-being-parsed-during-import/12137/1 "2011-06-11T14:45:06Z")

</div>

I've cleaned all quotation marks, slash marks etc. out of the attached .txt file, but I still keep getting "Cannot Parse Line 1, Cannot Parse Line 2, etc" when I try to import.

The exact format string I used is:

%album%artist%comment%genre%track%

What am I missing?

Great forum. Thanks for the help!

[Data\_for\_Embedding\_MR\_MP3s\_April\_2011\_file\_1\_200v25.txt](https://community.mp3tag.de/uploads/default/original/2X/8/870f9cc0f8c132061932dbab067941092b76cffd.txt) (35.2 KB)

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [June 11, 2011, 3:08pm UTC](https://community.mp3tag.de/t/text-file-lines-not-being-parsed-during-import/12137/2 "2011-06-11T15:08:18Z")

</div>

> [@MusicRevolution](#):
>
> %album%artist%comment%genre%track%

The first line should contain the list of fields separated by semicolon.  
Also you have to delimit all the fields with %-characters.  
%album%artist%comment%genre%track%  
becomes  
%album%;%artist%;%comment%;%genre%;%track%

Then, although it is called "CSV" (comma separated value), you have to use the semicolon as separator. In your textfile you have used commas.

---

<div class="post-metadata">

### Author: ![DetlevD](https://community.mp3tag.de/user_avatar/community.mp3tag.de/detlevd/32/123_2.png) [@DetlevD](https://community.mp3tag.de/u/DetlevD)
#### Post date: [June 11, 2011, 3:44pm UTC](https://community.mp3tag.de/t/text-file-lines-not-being-parsed-during-import/12137/3 "2011-06-11T15:44:15Z")

</div>

> [@MusicRevolution](#):
>
> ... What am I missing? ...

Hmm, some text lines seem to be folded and claim two file lines.  
Therefore the ratio of commas per line is not an integer value.  
The lines overall do not have the same number of fields, but each line must have the same field structure.

Note:  
Before you destroy a complete import file by removing possibly important field delimiters, try it out with a file containing only one or two lines.

DD.20110611.1954.CEST

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [June 11, 2011, 4:01pm UTC](https://community.mp3tag.de/t/text-file-lines-not-being-parsed-during-import/12137/4 "2011-06-11T16:01:52Z")

</div>

> [@DetlevD](#):
>
> ...  
> Before you destroy a complete import file by removing possibly important field delimiters..

In addition to DetlevDsIf you have something like Excel or Word at hand, you can transform your text back into a table and check there, which records are misaligned.

---

<div class="post-metadata">

### Author: ![MusicRevolution](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/m/8491ac/32.png) [@MusicRevolution](https://community.mp3tag.de/u/MusicRevolution)
#### Post date: [June 11, 2011, 9:34pm UTC](https://community.mp3tag.de/t/text-file-lines-not-being-parsed-during-import/12137/5 "2011-06-11T21:34:04Z")

</div>

Your suggestions worked! Thanks so much for you help.

Successful file attached.

[Data\_for\_Embedding\_MR\_MP3s\_April\_2011\_file\_1\_200v31.txt](https://community.mp3tag.de/uploads/default/original/2X/b/be3dafaafd2376bd7cfdea15ff3a763d6f305826.txt) (494 Bytes)

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [February 9, 2026, 12:23pm UTC](https://community.mp3tag.de/t/text-file-lines-not-being-parsed-during-import/12137/6 "2026-02-09T12:23:09Z")

</div>


