You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
Hi All,
is there a way to feed CSV string data to CSVREAD function directly (i.e. without using any files)?
George
Evgenij Ryazanov
unread,
Sep 18, 2019, 7:03:37 AM9/18/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
That's not supported.
You can create an own user-defined function and use Csv.read(Reader, String[]) in it as a workaround, but if you'll do so, you will need to check compatibility of your code with next versions of H2 before an upgrade.