I have the following file:
And I need to export your content into a CSV file in the following format:
CODE;DESCRIPTION;QTY;COST
XXXXX;AAAAAAAAAA;1;$1.00
YYYYY;BBBBBBBBBB;10;$3.50
How can I condition to read only the data from the columns and bring only this information?
Thank you for the support!