From 3e4de6e81e704283a5200355654d6a5bc2c26a75 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 16 Jan 2024 15:30:58 +0300 Subject: [PATCH] #200 Add more SUPPORTED_FORMATS --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index b2268a2..29b1369 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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;