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

Error when use \n #12

Open
rodrigorafaeldamaceno opened this issue Sep 19, 2023 · 2 comments
Open

Error when use \n #12

rodrigorafaeldamaceno opened this issue Sep 19, 2023 · 2 comments

Comments

@rodrigorafaeldamaceno
Copy link

Hi, thanks for this package!
I have a problem when I use \n in the google spreadsheet, when I run build_runner and download the csv file, the texts with \n skip the line and break the csv structure, I need to adjust these lines manually, do you have a way to skip the line without manually changing and adding \n?

@lwj1994
Copy link
Contributor

lwj1994 commented Oct 18, 2023

i test it and parse success. can you show your sheet?

main.bottombar.home,home\n\n\n\n\n222,首页,首頁

@mstfkhazaal
Copy link

use .replaceAll('\n', '\n')

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

3 participants