On the line ToXScriptOnlyDataGenerator.java:372 you use "toLowerCase" function but the relation name into target schema has caps into name so doesn't match.
Example:
Target relation: account_hp_0_nl0_ce0__HP0FR0_from_0_to_4999
account_hp_0_nl0_ce0__hp0fr0_from_0_to_4999 desn't match with account_hp_0_nl0_ce0__HP0FR0_from_0_to_4999
I can't create the target schema csv for this problem...
On the line ToXScriptOnlyDataGenerator.java:372 you use "toLowerCase" function but the relation name into target schema has caps into name so doesn't match.
Example:
Target relation: account_hp_0_nl0_ce0__HP0FR0_from_0_to_4999
account_hp_0_nl0_ce0__hp0fr0_from_0_to_4999 desn't match with account_hp_0_nl0_ce0__HP0FR0_from_0_to_4999
I can't create the target schema csv for this problem...