Hi,
I am trying to use text (in MySQL) or clob (in Oracle) in my ETL process using BODS 4.1?
I am noticing it is not recognizing it as it treats it a long data type, which is not correct.
Does anyone have experience dealing with these data types in BODS space?
This is what I am intending to use it for:
VARCHAR(X)
Case: user name, email, country, subject, password
TEXT
Case: messages, emails, comments, formatted text, html, code, images, links
MEDIUMTEXT
Case: large json bodies, books, csv strings
LONGTEXT
Case: textbooks, programs, years of logs files, a json list of dead redshirts
Thanks,
Zlat