Latest version of Import CSV to Database V3 not working , where reference the table like schemaName.Tablename

Hi All ,

I am facing a strange issue .After upgrading to the latest version my models with CSV exports are not working .I have done few checks and found that , it works only when the table reference comes without a schema name .

For ex - If we have a table country defined in Mysql (not under schema), if we do the import it works and if we have some table city (under  schema Xyz) so we refer the table like Xyz.city .

It fails to work .

 

Same was working on the previous mode .I guess it is a bug in the current plugin .

 

Please let me know if some one has faced the same issue .

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi,

    I have an application using this pluging in TEST environment.It works perfectly and today I exported the same application to PROD. The only difference between them is the version of the plugin so I do not agree this is not a bug. The plugin is just not working as before. The new version introduced something that is causing problems :(

    Now I am using the ="Appian`.`ULS_USER_TEMPORAL" format but the error I am getting is java.lang.ArrayIndexOutOfBoundsException: 0

    When it does not found the table it just says sucess = false

    Can somebody help please?
Children