We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0820e3 commit 3e4de6eCopy full SHA for 3e4de6e
src/Client.php
@@ -38,7 +38,7 @@
38
*/
39
class Client
40
{
41
- const SUPPORTED_FORMATS = ['TabSeparated', 'TabSeparatedWithNames', 'CSV', 'CSVWithNames', 'JSONEachRow'];
+ const SUPPORTED_FORMATS = ['TabSeparated', 'TabSeparatedWithNames', 'CSV', 'CSVWithNames', 'JSONEachRow','CSVWithNamesAndTypes','TSVWithNamesAndTypes'];
42
43
/** @var Http */
44
private $transport;
0 commit comments