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?
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 😘
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?
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.
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492