# Export question

**URL:** https://community.mp3tag.de/t/export-question/11215
**Category:** Support
**Created:** [November 30, 2010, 8:50pm UTC](https://community.mp3tag.de/t/export-question/11215 "2010-11-30T20:50:11Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Bigboris](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/b/848f3c/32.png) [@Bigboris](https://community.mp3tag.de/u/Bigboris)
#### Post date: [November 30, 2010, 8:50pm UTC](https://community.mp3tag.de/t/export-question/11215/1 "2010-11-30T20:50:11Z")

</div>

Greetings,  
I am a new user of Mp3tag.  
I've been having excellent results for about a month.  
Thanks.

I am using Mp3tag on an ever increasing collection of .flac albums.

I did read some of the FAQ's and did a search, maybe the answer is there,  
but I couldn't find it.

I would like to export just the artist name, album title, & genre to a .csv for excel.  
Just one per album. (folder)

I can only open one folder at a time.  
Although I did manage to get all the songs displayed at one time, in alphanumeric,  
not quite what I wanted.

Is there a way to select all the folders to accomplish this?

Can someone point me to a set of instructions?

Thanks,  
Mike

---

<div class="post-metadata">

### Author: ![dano](https://community.mp3tag.de/user_avatar/community.mp3tag.de/dano/32/6_2.png) [@dano](https://community.mp3tag.de/u/dano)
#### Post date: [November 30, 2010, 9:17pm UTC](https://community.mp3tag.de/t/export-question/11215/2 "2010-11-30T21:17:43Z")

</div>

You want to load multiple folders in Mp3tag and export one line for each folder to a csv file?

To load multiple folders, select all folders in the explorer and drag them into Mp3tag.  
Or if they share the same parent folder, load this into Mp3tag (with Subdirectories enaled)

As export config try

```
$filename(Excel.csv,ansi)Artist;Album;Genre
$loop(%_folderpath%,1)%artist%;%album%;%Genre%
$loopend()
```

---

<div class="post-metadata">

### Author: ![hans.vanhaag](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/h/45deac/32.png) [@hans.vanhaag](https://community.mp3tag.de/u/hans.vanhaag)
#### Post date: [December 1, 2010, 2:10pm UTC](https://community.mp3tag.de/t/export-question/11215/3 "2010-12-01T14:10:23Z")

</div>

QUOTE (dano @ Nov 30 2010, 23:17) \<{POST\_SNAPBACK}\>

You want to load multiple folders in Mp3tag and export one line for each folder to a csv file?

To load multiple folders, select all folders in the explorer and drag them into Mp3tag.  
Or if they share the same parent folder, load this into Mp3tag (with Subdirectories enaled)

As export config try

```
$filename(Excel.csv,ansi)Artist;Album;Genre
$loop(%_folderpath%,1)%artist%;%album%;%Genre%
$loopend()<!--QuoteEnd--></div><!--QuoteEEnd-->

```

I'm also a new user of Mp3tag. The example above exports the csv file with the ";" as separator.  
How should the coding look if I want to use a tab character as separator. Thanks for your answer.

---

<div class="post-metadata">

### Author: ![dano](https://community.mp3tag.de/user_avatar/community.mp3tag.de/dano/32/6_2.png) [@dano](https://community.mp3tag.de/u/dano)
#### Post date: [December 1, 2010, 2:36pm UTC](https://community.mp3tag.de/t/export-question/11215/4 "2010-12-01T14:36:59Z")

</div>

You can use $char(9) to create a tab character.

---

<div class="post-metadata">

### Author: ![hans.vanhaag](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/h/45deac/32.png) [@hans.vanhaag](https://community.mp3tag.de/u/hans.vanhaag)
#### Post date: [December 1, 2010, 3:21pm UTC](https://community.mp3tag.de/t/export-question/11215/5 "2010-12-01T15:21:32Z")

</div>

Thanks for this quick reply. That worked fine.

---

<div class="post-metadata">

### Author: ![Bigboris](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/b/848f3c/32.png) [@Bigboris](https://community.mp3tag.de/u/Bigboris)
#### Post date: [December 1, 2010, 10:18pm UTC](https://community.mp3tag.de/t/export-question/11215/6 "2010-12-01T22:18:05Z")

</div>

Thanks, Everyone  
I managed to get the results I wanted using your suggestions.  
Mike

---

<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:22pm UTC](https://community.mp3tag.de/t/export-question/11215/7 "2026-02-09T12:22:43Z")

</div>


