When you create a federated data source using the command-line interface is it possible to specify load options like field delimiter, allow jagged rows etc.?
bq mk --external_table_definition=column_1:STRING,column_2:STRING@CSV=gs://my-bucket/my_files*.csv my_dataset.my_table
You have access to all of the csv options when you set up federated tables in the web UI or the API, have they just been left out of the command-line tool?