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

split artist release credits role by comma with trim. #8

Open
state303 opened this issue Dec 18, 2022 · 0 comments
Open

split artist release credits role by comma with trim. #8

state303 opened this issue Dec 18, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@state303
Copy link
Owner

Discogs dump presents data, not always but for some degree, , , as..

"Written-By, Producer"

which violates RDB point of view, such that it breaks query logics.

This can be fixed by using some custom logics from batch insertion,, such as

split(getDelimeters()).filter(removeBlank()).map(trimString()).distinct().toList();

Then we will have 2 distinct release credited artists.

@state303 state303 added bug Something isn't working enhancement New feature or request labels Dec 18, 2022
@state303 state303 self-assigned this Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant