Hi,
Can you try the following steps?
- Read whole data as string using Read Text File Activity.
- Remove 1st row using Regex.Replace method (or Replace activity) (Pattern should be
"^.*\n"
) - Convert string to datatable using Generate DataTable activity.
Hope the following image helps you.
Regards,