Hello All,
I import the data from CSV files to the SQL table. The last step (conversion of the data) in the package fails because the last row in the SQL table shows is as follows
I do not know why I get that last line with all these special characters?
12/24/2006 22:30:00 999.99 NULL
12/24/2006 22:45:00 999.99 NULL
12/24/2006 23:00:00 999.99 NULL
12/24/2006 23:15:00 999.99 NULL
12/24/2006 23:30:00 999.99 NULL
12/24/2006 23:45:00 999.99 NULL
???í?ß ##0_);\("$"# ##0\)! NULL
I wanted to delete that row, may I have any suggestion on how to delete that row? I do not want to hard code anything.
Thanks in advance,
-techiPA
I import the data from CSV files to the SQL table. The last step (conversion of the data) in the package fails because the last row in the SQL table shows is as follows
I do not know why I get that last line with all these special characters?
12/24/2006 22:30:00 999.99 NULL
12/24/2006 22:45:00 999.99 NULL
12/24/2006 23:00:00 999.99 NULL
12/24/2006 23:15:00 999.99 NULL
12/24/2006 23:30:00 999.99 NULL
12/24/2006 23:45:00 999.99 NULL
???í?ß ##0_);\("$"# ##0\)! NULL
I wanted to delete that row, may I have any suggestion on how to delete that row? I do not want to hard code anything.
Thanks in advance,
-techiPA