vzhd1701 / csv2notion

Import/Merge CSV files into Notion database
MIT License
74 stars 10 forks source link

Joins on multiple word text fields #34

Open morgango opened 11 months ago

morgango commented 11 months ago

I wouid like to be able to do joins on fields with multi-word text contents, like "first_name last_name". It seems to work fine when there are no spaces in the text, but will always create new entries if there are multple words.

Where in the code would I find the place to start looking at that?