- Issue created by @ikeigenwijs
- 🇳🇱Netherlands megachriz
Thanks for creating the issue. At first I could not reproduce it. I created several feed types and for each one the CSV template matched the order of the mappings.
But then I decided to edit the mappings of a feed type and created a new CSV source for the first mapping.
First the mappings where this:
And that resulted into the following CSV template:
title,url,status
Then I mapping a source called "title2" to "Title (title)", and I got the following CSV template:
title,url,status,title2
I see the issues here are:
- title2 appears at last, even though it is used on the first mapping row.
- title still appears in the template, even if it is no longer used in the mappings.
Expected CSV template should have been:
title2,url,status
Am I correct that this is what the issue is about?
I also sense a request here to be able to change the order of mappings. That should be handled in a different issue. Or is it the order of custom sources?