# Need some help with IF

**URL:** https://community.mp3tag.de/t/need-some-help-with-if/16614
**Category:** Web Sources Discussion
**Created:** [February 20, 2015, 6:41pm UTC](https://community.mp3tag.de/t/need-some-help-with-if/16614 "2015-02-20T18:41:13Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![skrippi](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/s/46a35a/32.png) [@skrippi](https://community.mp3tag.de/u/skrippi)
#### Post date: [February 20, 2015, 6:41pm UTC](https://community.mp3tag.de/t/need-some-help-with-if/16614/1 "2015-02-20T18:41:13Z")

</div>

Hey guys,

i want artist and mixartist within the artist field and seperated by comma. But how is this possible?

Temporary it's like this:

```
    outputto "ARTIST" # ARTIST
    sayregexp "(?<=,\"artistName\":\")[^\"]+" ", " "<<endTrack>>"
    say ", "
    sayregexp "(?<=,\"remixerName\":\")[^\"]+" ", " "<<endTrack>>"
    say "|"

```

Problem is, that the comma is set in any case. I dont now how to use the if clause...  
Help would be very nice 🙂

Greez, skrippi

---

_[View the full topic](https://community.mp3tag.de/t/need-some-help-with-if/16614)._
