MYSQL Connector character limit

Options

I'm trying to pull data from a mysql database which has text strings over 5000 characters long, but the maximum length I can get into domo is 1024 characters, is there any way to import the full string?

Comments

  • user04145
    Options

    I also have similar issue ..

     

    I try to work around using Replace Text in Magic ETL to pre-process ("encode" ) the field by replacing some longer and duplicate keyword in the field to some shorter version.  However, it don't help much when I have way more than 1024 character in the field.