darshthakkar
3 years agoValued Contributor
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...
- 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.