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

Feature Request, auto format/unformat when loading and saving a file #11

Closed
Skrell opened this issue Jan 12, 2022 · 4 comments
Closed

Comments

@Skrell
Copy link

Skrell commented Jan 12, 2022

First off, I LOVE this plugin! I have to edit csv files regularly and this is hugely helpful! The 1 feature I'd LOVE to see is an auto-format/auto-unformat option whereby when you open a csv file it automatically applies the format options and upon saving it undoes the formatting options. That way the user couldn't mess up the file by formatting it a specific way but still have the advantages of formatting while working with it!

@BdR76
Copy link
Owner

BdR76 commented Jan 12, 2022

Thanks, nice to hear you found the plug-in useful.

But I don't quite understand the features you're describing though. With "auto-format/auto-unformat" do you mean convert the file when opening to a different format, and then convert back to the old format when saving?

Like, change the datetime values to something else and make it vertically align when opening, and then when saving convert the values back to whatever the formats were when opening?

@Skrell
Copy link
Author

Skrell commented Jan 12, 2022 via email

@BdR76 BdR76 changed the title Feature Request Feature Request, auto format/unformat when loading and saving a file Mar 12, 2022
@BdR76
Copy link
Owner

BdR76 commented Mar 12, 2022

I've thought about it some more, what you're asking is storing the file transformations processes and this would require adding a complete ETL workflow. This goes beyond the scope of this plug-in I'm afraid. The CSV Lint plug-in is intended to quickly inspect and find errors in CSV files, with some limited features to handle the most common formatting issues.

To do what you're suggesting, I think you should look into ETL tools like OpenRefine or SSIS or maybe just Power Query in Excel or else TalenD (not familiar with that last one), which are probably better suited for what you're describing.

So I'll close this issue for now.

@BdR76 BdR76 closed this as completed Mar 12, 2022
@Skrell
Copy link
Author

Skrell commented Mar 12, 2022

I've never heard of "ETL tools" so I'll look them up! Thanks for the tip!

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