Sure Alan. I have also attached the data file I am testing with. As you can see when you run the code, the headings match what is expected. Rows 2 and 3 are offset so date for instance is no longer a date and then the remaining rows align correctly. The problem is due to the comma after "Decision" on 2 of the rows.
[data]
Approver Id,Emp ID,Project Name,Task Name,SubTask Name,Start Time,End Time,Date,Location,Status,Group Name,Client Name,Department,Time (hrs),Prorata Time
,person1@acme.com.au,Dummy for Tool Development - Zero,Business Analysis,"""Decision, Analysis and Resolution (DAR) preparation""",0,0,4-Jan-16,N/A,Not Approved,AUS,Program Name,1,5,5
,person1@acme.com.au,Dummy for Tool Development - Zero,Business Analysis,"""Decision, Analysis and Resolution (DAR) preparation""",0,0,5-Jan-16,N/A,Not Approved,AUS,Program Name,1,6,6
,person1@acme.com.au,Dummy for Tool Development - Zero,Project Management,Finance,0,0,11-Jan-16,N/A,Not Approved,AUS,Program Name,1,3,3
,person1@acme.com.au,Dummy for Tool Development - Zero,Project Management,Finance,0,0,13-Jan-16,N/A,Not Approved,AUS,Program Name,1,5,5
[/data]
Bookmarks