You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select t[1],
--regexp_replace(t[1], '([^ ])(?=")', '\1 '),
t[2],
t[3]
from csv_parse($$
Компания, Наименование (бренд), ИНН
ООО "Профессиональный консультант", Профессиональный Консультант, 7725340889
ООО "Страховой брокер Сбербанка", Сбер Страховой брокер, 7706810730
АО "Сбербанк Управление Активами", Сбер Управление Активами, 7710183778
$$, ',' , false) as t
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: