I have crated a package wchich contains just data import. I marked it as a start point. When I Execute this package it shows me that everythink was ok and in is finished.
This data import include SQL before wchich truncate me table and after that send my data from TXT files. After finish I have empty tables but there is no data from TXT.
When I execute just data import it works fine and I have firstly empty table and after that all data from TXT files.
Please halp me.