azure.datafactory.tools icon indicating copy to clipboard operation
azure.datafactory.tools copied to clipboard

working with Array/List

Open harishkulkarni-abi opened this issue 3 years ago • 1 comments

Hello team,

we have a global parameter

"operationList": { "type": "array", "value": [ "Ext", "Int", "Con" ] },

and using to csv to for the staging to change the value .

Updated the value in this fashion . factory,dev-adf,$.properties.globalParameters.'operationList',"{'type: 'array','value': ["Extn","Intn","Cont"]}"

we are getting the following error 2022-09-02T08:53:01.1542812Z ##[error]ADFT0025: Config file, row 31 has too many columns.

Tried with another way by updating the CSV .

factory,dev-adf, $.properties.globalParameters.'operationList'.value[0],Extn

with this we are not able to see the array

image

Need help on this , we are not sure where the adjustment needs to be made .

harishkulkarni-abi avatar Sep 02 '22 09:09 harishkulkarni-abi

Take a look at this thread: https://github.com/SQLPlayer/azure.datafactory.tools/discussions/193

NowinskiK avatar Sep 05 '22 22:09 NowinskiK