Hi so I have a flow that triggers when a new item is added to a sharepoint list and basically the purpose of the flow is to create text file out of this list and send it to our file server.
Before I explain my issue, some preface: In the description of the item there are quotes used for the general description, as well as quotes used as inch marks (see the sharepoint screenshot below for the original and correct description)

The issue is in the flow I have a create CSV table action and it seems to be adding extra quotes where the inches markers are and this is causing us issues in the import item process into our erp system.
Here is a screenshot of the action and the raw inputs and outputs, anything highlighted in red should not be there.
Raw Inputs:

Raw Outputs:

Here is a full version of the output:
GK-SH-BR8-V2XN-V2XN-8PGR,"Quantum Unbranded Gasket Sheet Material! 20.000"" Length x 20.000"" Width x 1/32""Nom. Thk",
Any guidance on this would be greatly appreciated, thank you.