Is there a way we can skip the file upload and instead provide raw CSV content as a string for column mapping? The requirement is - we get the file content from backend - do the column mapping - download the new content as a new csv file
Is there a way we can skip the file upload and instead provide raw CSV content as a string for column mapping?
The requirement is