How can I get Double Quotes in eText file for column data which has comma (,)
Summary:
How can I ensure that data containing a comma (,) is enclosed in double quotes when exporting a comma-separated values .txt file from Oracle
- Example 1 (No comma):
- Input Data:
Janardhan - Expected Output:
Janardhan
- Input Data:
- Example 2 (Contains comma):
- Input Data:
Janardhan, K - Expected Output:
"Janardhan, K"
- Input Data:
Please let me know how we can handle this scenario when generating a comma separated .txt file.
Thanks,
Janardhana
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0