Load tabular data into weaviate

How do I load tabular data into weaviate without loosing context of text. I have text with some english sentences and tabular data separated by pipes ('|'). I want to store all this text into database either by using properties or any other means. How do i do that?

Hi! You will need to map those data into properties, specially if you want to filter by it.

There will be a feature where you can store nested json, so you can use that when it get released (I believe that it will be at the upcoming 1.22)

let me know if that helps!