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

Newline in CVS imports #286

Open
mredaelli opened this issue Sep 20, 2024 · 0 comments
Open

Newline in CVS imports #286

mredaelli opened this issue Sep 20, 2024 · 0 comments

Comments

@mredaelli
Copy link

Describe your Environment
Paisa Version: 0.7.0

Describe the bug
I am trying to import a CSV that has, in the description of the transaction, a newline.

I tried to replace ROW.G "\n" " ", but it didn't seem to work.

For now I'm working around it with regexpMatch ROW.G "[^\n]*", but that means loosing the part after the newline.

Expected behavior
Either automatically replace newlines with spaces in every ROW.x, or offer a template helper that can do that (either extending replace, unless it already does it and I couldn't figure it out; or adding a new one).

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

1 participant