Hello @Pogboom
If you want to edit the values in your text file that is formatted like JSON, then yes.
- Read text file
- Deserialize Json
- For each row in Excel file
If the column name is the same as you json keys, then you could loop these, to save space on the Assign activities.
- For each dt_ExcelFile.Columns
Assign jobj_JsonObject("priceList")(currentColumnName) = currentDataRow(currentColumnName)
Regards
Soren