Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export tracing data in tabular form #270

Open
elfring opened this issue Sep 30, 2021 · 8 comments
Open

Export tracing data in tabular form #270

elfring opened this issue Sep 30, 2021 · 8 comments

Comments

@elfring
Copy link

elfring commented Sep 30, 2021

Special data formats are used for the output of tracing data.
Would you like to provide these data by other known tabular structures?

@iipeace
Copy link
Owner

iipeace commented Sep 30, 2021

you wanna get just raw data such as CSV format?

@elfring
Copy link
Author

elfring commented Oct 1, 2021

I would like to get raw data for further analysis approaches.
But I find the selection of other delimiters occasionally safer (than the usage of commas) for the desired file generation.

@iipeace
Copy link
Owner

iipeace commented Oct 1, 2021

Waht do you think about JSON format?
Do you wanna reprocess raw data from specific file?

@elfring
Copy link
Author

elfring commented Oct 1, 2021

  • JSON data are useful also for some processing approaches.
  • I would like to import provided data into other applications by well-known interfaces.

@iipeace
Copy link
Owner

iipeace commented Oct 1, 2021

There are some commands that support JSON-format output with -J option.
I will implement also it in trace modes.

@elfring
Copy link
Author

elfring commented Oct 1, 2021

Thanks for another promising feedback.

JSON is not a tabular data format.
Its support will vary between software applications.

iipeace added a commit that referenced this issue Oct 1, 2021
@iipeace
Copy link
Owner

iipeace commented Oct 1, 2021

could you check it?

iipeace added a commit that referenced this issue Oct 1, 2021
@elfring
Copy link
Author

elfring commented Oct 1, 2021

  • I would prefer adjustments for data type selections.
  • It seems that different imaginations are presented for tabular data processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants