Skip to content

Commit

Permalink
#200 Add more SUPPORTED_FORMATS
Browse files Browse the repository at this point in the history
  • Loading branch information
ig0ist committed Jan 16, 2024
1 parent b0820e3 commit 3e4de6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
class Client
{
const SUPPORTED_FORMATS = ['TabSeparated', 'TabSeparatedWithNames', 'CSV', 'CSVWithNames', 'JSONEachRow'];
const SUPPORTED_FORMATS = ['TabSeparated', 'TabSeparatedWithNames', 'CSV', 'CSVWithNames', 'JSONEachRow','CSVWithNamesAndTypes','TSVWithNamesAndTypes'];

/** @var Http */
private $transport;
Expand Down

0 comments on commit 3e4de6e

Please sign in to comment.