Alexandre Rouchouze Posted September 4, 2023 Share Posted September 4, 2023 Hello,I have an Oracle database that contain CLOB data. This CLOB object is a csv-like text that I want to retrieve.What I have is like:id document1 <CLOB1>2 <CLOB2>3 <CLOB3>And the CLOB are like:item1|item2|item3value11|value12|value13value12|value22|value23value31|value32|value33What I want is to get a Spotfire table that contain the different items present into the CLOBs (one line for each entry, one column for each column of the CLOB), with the id (duplicated for each line of the CLOB).I use Spotfire 10.10.9 LTS.How can I achieve this?Thanks Link to comment Share on other sites More sharing options...
David Boot-Olazabal Posted February 29 Share Posted February 29 Hi Alexandre, The CLOB is supported in Spotfire, it is being mapped as a string (see also https://docs.tibco.com/pub/sfire-analyst/10.10.6/doc/html/en-US/TIB_sfire-analyst_UsersGuide/connectors/oracle/oracle_data_types.htm). When the complete string is imported, you probably need to transform that into the structure that you want. This transformation part can be done in Spotfire's Data Canvas. Kind regards, David Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now