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 |