For input I'm using Directory tool to get recent file
When I open my output in CSV file it is showing additional quotes
I'm looking for exact out as Alteryx in CSV also
Alteryx output:
| reporting party | status | value |
| ""=""146196N""" | N | 10 |
| ""=""146190N""" | Y | |
| ""=""146096N""" | 20 |
CSV output:
| reporting party | status | value |
| """"=""""146196N"""""" | N | 10 |
| """"=""146190N""" | Y | "" |
| """"=""146096N""" | "" | 20 |
Please provide relevant data to this use case, and kindly provide your criteria in as much detail as possible. If you have a workflow built halfway, kindly export that over as well.
To export a workflow go to: Options > Export Workflow. Kindly do NOT send a "Save As" copy.

