Skip to content

fix(csv): fix get_archetype comparison#410

Merged
jnioche merged 1 commit intoBoavizta:mainfrom
jonperron:fix/space_in_csv
Jul 17, 2025
Merged

fix(csv): fix get_archetype comparison#410
jnioche merged 1 commit intoBoavizta:mainfrom
jonperron:fix/space_in_csv

Conversation

@jonperron
Copy link
Copy Markdown
Collaborator

@jonperron jonperron commented Jul 17, 2025

Changelog

  • Use strip() method to prevent issues with space in data
  • Add tests to check all combinations (with/without space in both csv and payload)

Fix #406

Changelog
* Use strip() method to prevent issues with space in data
* Add tests to check all combinations (with/without space in both csv and payload)
@jonperron jonperron marked this pull request as ready for review July 17, 2025 12:58
@jonperron
Copy link
Copy Markdown
Collaborator Author

jonperron commented Jul 17, 2025

This should answer your question about checking the value in the csv and testing @jnioche

@jnioche jnioche added this to the 1.3.11 milestone Jul 17, 2025
@jnioche jnioche added the enhancement New feature or request label Jul 17, 2025
@jnioche
Copy link
Copy Markdown
Collaborator

jnioche commented Jul 17, 2025

This should answer your question about checking the value in the csv and testing @jnioche

This would definitely make things more robust, thanks @jonperron

@jnioche jnioche merged commit afb64d5 into Boavizta:main Jul 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trim all data read from csv file

2 participants