Can not debug Table Conversion program
I have a table conversion that reads from a csv file and writes to a table. My code is in the TextLine1 Format Fetched with the Issue a Write for this Event checkbox checked. In the User Defined Format - Column Delimiter screen, the Column Headers, the first row contains column headers checkbox is checked.
I checked the path of the csv and it's correct. I opened the csv file and the first row is the headers and the 2nd row is the data. Only 2 rows. I put the TC program in the debugger and put a break point at the beginning of the Format Fetch event but it did not go in there. I created a version and executed it. The program ran but nothing happened.