Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Conversation

@aguinilydia
Copy link

@aguinilydia aguinilydia commented Aug 18, 2022

What ?

Add scripts for Raycast extensions :

  • Convert CSV to JSON.
  • Convert JSON to CSV.
  • Reformat JSON file in the clipboard or in parameter.
  • Print memory and cpu use.
  • Change simple quotes json file to double quotes.

@matrousseau matrousseau changed the title Feat add json to csv raycast feat: add json to csv raycast Aug 18, 2022
@matrousseau matrousseau self-requested a review August 18, 2022 13:00
@matrousseau matrousseau removed their assignment Aug 18, 2022
@matrousseau matrousseau changed the title feat: add json to csv raycast feat: add new scripts to raycast extensions (csv_to_json, json_to_csv) Aug 19, 2022
@matrousseau matrousseau self-requested a review August 19, 2022 08:00
@aguinilydia aguinilydia changed the title feat: add new scripts to raycast extensions (csv_to_json, json_to_csv) feat: add new scripts to raycast extensions Aug 19, 2022
# @raycast.description Converts column to comma separated.


pbpaste| gsed ':a;N;$!ba;$s/\n/,/g' | pbcopy
Copy link
Contributor

@matrousseau matrousseau Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Converts column to comma separated --> Converts CSV commas (,) to commas (;) separated.

Use separator as parameter

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants