insert - Loading CSV files relative to changelog file -


I have the following problem with Liquibase 3.1.1: I would like to apply Liquibase to the following project structure:

  database - v1 - data - example.csv - changelog 01.xml - changelog 02.xml - v2 - changelog 01.xml - changelog 02.xml - changelog.axml project - module a - modulab - palm. XML   

I try to use the Liquibase plugin in module B, so I added it in pom.xml. Among others I specified the path for the changelog file in the plugin configuration. The changelog file is located in the directory database. For different versions, there are several subfiles that are included by the main changelog file. All files (such as ChangeLog 01.xm) load data from CSV files

I want to specify the path of the CSV file relative to the channel file, but the following does not work because the CSV file is not found:

     

This is resolved in the latest version of Liquibase. See also:

Correction

[Core-54 9] One ???? To update your XML schema location in version 3.3:

  & lt; Xsi: schema = "http: //       /www.liquibase.org/xml/ns/ Dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.3.xsd "& gt;    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -