- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can upload it but I've got to sanitize it first and remove all sensitive data and I'm just heading out for the day so need to work on this tomorrow - but note this - I'm not sure exactly how to describe the problem, but for the columns that have the issue, when I click on the cell with the column name in Excel, the cursor jumps to one space after the column name. For the columns that don't have the issue, when I click on the cell with the column name in Excel, the cursor jumps to the character immediately after the column name.
I think I could solve the problem by inputting the input file and removing all spaces BEFORE or AFTER the column name, then writing a new input file with the spaces removed from the column headings. But I need to do this without removing spaces from the actual data in the columns.
Any way to do this?