Skip to main content
Ground Control | Tier 1
January 31, 2023
Solved

Writing exception message in CSV file

  • January 31, 2023
  • 4 replies
  • 149 views

Hi, I am trying to write the exception message into a CSV file using Log To File command. While doing that, the exception message is getting inserted into two cells, rather than in a single cell itself.

 

 So can someone please let me know on how to get the exception message in single cell?

Best answer by rbkadiyam

@swethaparthasarathy  have you selected this ?
 

 

4 replies

rbkadiyam
Premier Pathfinder | Tier 7
rbkadiyamAnswer
Premier Pathfinder | Tier 7
January 31, 2023

@swethaparthasarathy  have you selected this ?
 

 

Ramesh B Kadiyam
Marc Mueller
Most Valuable Pathfinder
Most Valuable Pathfinder
February 1, 2023

Hi @swethaparthasarathy ,

what about this one?

 

 

🤝Let's connect on LinkedIn: https://www.linkedin.com/in/developer-marc-mueller >>>>>>>> 📺Check out my YouTube channel - https://youtube.com/@AutomationDevelopmentEasy
Marc Mueller
Most Valuable Pathfinder
Most Valuable Pathfinder
February 3, 2023

@swethaparthasarathy does my solution worked for you?

🤝Let's connect on LinkedIn: https://www.linkedin.com/in/developer-marc-mueller >>>>>>>> 📺Check out my YouTube channel - https://youtube.com/@AutomationDevelopmentEasy
Raul Jaimes
Navigator | Tier 3
February 3, 2023

@swethaparthasarathy ,

Use comma (“,”) to separate every message when you create your log file and every data column between  double quotes.

HTH

Regards