[Hu...] Posted December 7, 2018 Share Posted December 7, 2018 Hi, I am running Calypso 5.8 and would like to know how to make the print of the reports after a run go to a select directory and is it possible to make the report export into an .csv file Thanks Link to comment Share on other sites More sharing options...
[To...] Posted December 7, 2018 Share Posted December 7, 2018 Calypso does not output to csv unless you have PCM software and script the data to be output csv format. I've made a little video on how to save results in custom locations. https://www.youtube.com/watch?v=xYYknav ... e=youtu.be Link to comment Share on other sites More sharing options...
[Hu...] Posted December 7, 2018 Author Share Posted December 7, 2018 Thank You Tom I will watch the video Link to comment Share on other sites More sharing options...
[Za...] Posted December 17, 2018 Share Posted December 17, 2018 Why not output CSV? Characteristic table file is CSV in fact. I usual change .txt to .csv and use it so. Link to comment Share on other sites More sharing options...
[To...] Posted December 17, 2018 Share Posted December 17, 2018 Please sign in to view this quote. CSV files have values separated with comma, such as 3.856, 4.456, 3.034, Table files are Tab Delimited Files which use a tab character to separate values 3.856 4.456 3.034 (This post cannot show tab spacing. Using multiple spaces but post is closing gaps) That being said, I don't know what happens when you read a tab delimited files, renamed with .csv. What software are you reading the .csv files into. I am eager to learn something new here. Link to comment Share on other sites More sharing options...
[Er...] Posted December 17, 2018 Share Posted December 17, 2018 Not to be a bitch, buuuuuuuuuuuuuuut. CSV is not a standardized format, so the separator can actually be anything. Even though its named comma separated values. 🤣 But the original intent is to use comma. 🙄 And what happens when you read a csv and lets say tab is delimiter, in to something that expects comma. Well that depends on how the function is written. But a wild generalization, you get all data at once as one big chunk. Normaly, you take this in to consideration when you write code. Either by user input of the delimiter, (when gui oriented like excel) or by reading first line and analyze it's content to find out what separates the columns. I can't think of any example when you don't know what kind of data you are supposed to receive from the csv. And more often then not, you also know how many columns you have. So from there it's not very hard to decide what the delim is. Link to comment Share on other sites More sharing options...
[To...] Posted December 17, 2018 Share Posted December 17, 2018 So, it depends on the reading software's ability to deal with whatever format it receives. Not that we're talking about Mini-Tab but I know there are some users out there. How do you guys handle importing data from Calypso? Link to comment Share on other sites More sharing options...
[Br...] Posted December 18, 2018 Share Posted December 18, 2018 Please sign in to view this quote. That's exactly what happens. I've tried this in the past. It puts large chunks of data into single cells. You can change it to .xls though and it will recognize the tab delimitation. Link to comment Share on other sites More sharing options...
[Za...] Posted December 19, 2018 Share Posted December 19, 2018 I try combine data from separate csv protocols to one and it work, i want ad SCP parameters to it, but don`t have enough time now. To ears ago i do it manually in excel, during measurement i have time to open csv file copy result to full table but manual work it is not good way. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in