Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
270 views
in Technique[技术] by (71.8m points)

csv - Save response data along with other label using Simple Data Writer

Is it possible to store response data along with other details , reason I need to check for requst which as taken long time from other , I tried other like response writer lister , view tree , but that does not solve the purpose

Here is out put which I am generating


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It is possible, but you will need to switch to XML format:

enter image description here

It is not possible to save response data in CSV because most probably there will be at least one delimiter character in the response and it will break the CSV structure.

If you don't want XML and still want the response data the easiest option I can think of is going for the Flexible File Writer


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...