Convert the Font Awesome Cheatsheet to .csv 1. Go to: http://fontawesome.io/cheatsheet/ 2. Copy all Icons, CSS Classes, Unicode and version data directly from that page a. 4.4 fa-500px [] 3. Paste into an excel spreadsheet - as one line of text into one cell a. Paste Special… Text (Important NOT Unicode text) 4. Copy the text from that cell and paste it into a IDE or Text editor (jIdea or NotePad++) 5. Use Find & Replace to clean up the text: a. RegEx: ] \r\n b. RegEx: \s\[ , c. RegEx: ^\s\?\s 4.0, d. Standard: ' (alias)' [empty string] e. RegEx: \?\s , f. RegEx: \n\s \n 6. Copy Text from IDE and Paste in Excel a. Paste - Match Destination Format 7. Convert Text to Columns by coma 8. Remove (or move) version column from the first column to the last column a. Class, Unicode, Version 9. Save as a CSV file called icon-data.csv