Me and my team are working to unload data to GCS in the form of a tsv file and as per documentation present here: https://documentation.matillion.com/docs/2748978#bigquery-properties, adding "/t" in the delimiter field should work but it gave us this error:
Exception: Field delimiter must be a single character, found:"/t".
We tried putting in tab in a lot of ways by doing different wrapping arround it like '/t' or "/t" and a couple of other solution but nothing worked. Finally we did this:
- Got into a previously created table component.
- Got into the table metadata field.
- Checked the box with Text mode present in the pop up of metadata field.
- Copied the tab between two entities.
- Pasted the same tab value in the delimiter field in the unload component. It worked!!
Hi @manoj.more
It's awesome that you were able to figure it out. You are even more awesome for sharing your process with the Community!
Warmly,
Chika