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

[Bug]: Escaping backslash issue #4093

Closed
1 task done
bilalaliofficial opened this issue Feb 27, 2024 · 2 comments
Closed
1 task done

[Bug]: Escaping backslash issue #4093

bilalaliofficial opened this issue Feb 27, 2024 · 2 comments

Comments

@bilalaliofficial
Copy link

Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?

  • Yes, it's still reproducable

What version of Laravel Excel are you using?

3.1.48

What version of Laravel are you using?

^9.0

What version of PHP are you using?

8.2

Describe your issue

When I am importing the CSV file it merging the next column data due to backslash \

Laptop Stand\",710
It should return just Laptop Stand as product_name but due to backslash it merge with next one

Could anyone please let me know how it will resolved

How can the issue be reproduced?

Yes can be reproduce by create 2 rows with the backslash and import using this package

What should be the expected behaviour?

It should break on Laptop stand instead of merging

@patrickbrouwers
Copy link
Member

It's impossible to really advise how to fix this without seeing how an entire row in your csv looks like. Is the " and enclosing or part of the column

@stale stale bot added the stale label May 4, 2024
Copy link

stale bot commented May 8, 2024

This bug report has been automatically closed because it has not had recent activity. If this is still an active bug, please comment to reopen. Thank you for your contributions.

@stale stale bot closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants