Hello all,
I used the export extraction results of machine learning to get data as dataset , and i write them into excel
I want to get the (fields of first row item by item ),
how i add here in order to get fields one by one
thank you
Hello all,
I used the export extraction results of machine learning to get data as dataset , and i write them into excel
I want to get the (fields of first row item by item ),
how i add here in order to get fields one by one
thank you
Hi @nora_ziani
Use one more for each inside the body of the main for each and loop through the “DT Results” and use assign activity having the variable name on left side and the value as row("ColumnName " ).ToString on the right.
Thanks