Querying Unstructured text

How do I use Dremio to query and return results for large unstructured text files like logs, etc. I have tried to load the data as Iceberg, Delta, Parquet, and JSON and I keep hitting the 32k query limit. I was under the impression that Dremio can query unstructured data but I can’t seem to figure out the best way to do it. If anyone can help, it would be much appreciated.

Thanks
Uddie

@kapadiup There is currently a product limit of field width max of 32K, so if the field cannot be separated based on a delimiter then that limit is probably going to be an issue