Pipe delimited files in data driven approach

Can we use pipe-delimited file for data-driven approach? Any way of doing it?

Looking at the documentation makes me think the data must be separated by a comma.

You can probably use some sort of converter to switch from pipe to comma. Better yet, hopefully you control whatever is exporting your data to the file, so maybe you can update the export to use a comma or a JSON array.