Announcements
Hi I have a CSV that I'm delimiting/parsing into a json array.
However during this exercise I want to remove properties that exist in another csv list. I'm not sure of the best place to this or method?
Please can anyone give any advice?
If you do a Parse JSON on the CSV You can use a Data Select to select the specific properties you want in an output array.
Thanks for this, the problem I have is that there may be new csv headers which I'd need to cater for. Essentially there are a number of headers that won't change that I want to remove but then process the remaining. Not sure if you have any other thoughts?
You can use the removeProperty expression to remove elements that you do not want. Example:
The code used:
removeProperty(item(), 'author')
You need to put the select action into text mode by pressing the little button on the right of the map input.
You can wrap the removeProperty in multiple removeProperty expressions to get rid of as many properties as you want.
Blog: tachytelic.net
YouTube: https://www.youtube.com/c/PaulieM/videos
If I answered your question, please accept it as a solution 😘
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 541
Valantis 479
Vish WR 470