Liquibase conditional table data changelog

In liquibase is it possible to get the data of a specific table only or one can mention which table should be included to get the data from the database.
Also is it possible to to get the data of the table based on a certain condition.

Regards
#Shivam

Hi @Shivam Thanks for joining our community.
You should be able to include/exclude objects using the format below.
Let us know if this answers your question.