Forum Discussion

darshthakkar's avatar
darshthakkar
Valued Contributor
3 years ago
Solved

Consolidate Header file and Data file

Hi Team, I’m having 2 separate excel files; one containing the headers ONLY and the other one having the actual data. How can I MERGE these 2 files into a single entity so that further transformati...
  • ddellsperger's avatar
    2 years ago

    If your data is a field like languages, you could use $languages.map(obj => obj.language) to pull just those values out.