Inport multiple data cakephp4

Cakephp 4.x

I have a cakephp database for measurement data. Is there a good way to import multiple measurements in one go? Something like one large text-input filed with structured content (tabs and new lines) that creates multiple new inputs into the database.

Is there a tutorial somewhere or what are the best words to search for in the cookbook?

Thank you!