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

lwcConvertCSVToRecords.js - error causing incorrect guessing of delimiter #1519

Open
philhb opened this issue Feb 6, 2024 · 0 comments
Open

Comments

@philhb
Copy link

philhb commented Feb 6, 2024

This is in reference to the following line:

Line should be
set delimitersToGuess(value) {

This seems to be preventing correct guessing of the delimiter in the CSV.

A possible related error causing the delimiter issue is that the ',' delimiter is hardcoded here:

This seems to be prevent me setting the delimiter manually in the UI of the screen component.

Possibly, this should be:

_delimiter = '';

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