Save a semi-colon delimited file in Microsoft Excel
Microsoft Excel is a great program, especially when you are created delimited files to import into MySQL databases. However, when you have commas within data columns, using commas as the delimiter will ruin your day. A better approach is to use semi-colons as the delimiter…But Excel does not give you this option. So, the easiest [...]