Launch LoadUpdateData only when the csv file changed

Hello fellow liquibase users,

I’m trying to manage some “almost static” data with liquibase and the loadUpdataData tag.

I’m wondering if I can fire LoadUpdateData only when the csv file has changed ? I would like not to apply a runAlways on the changeset in order to check if the data changed everytime I run the liquibase update.

Thanks for your response, whether positive or negative.

I will respond myself as I found the answer.

The checksum for the LoadUpdateData include the csv file, so a simple runOnChange=‘true’ on the changeset will work.

Too bas it’s not specified in the documentation.