View Single Post
12/08/15, 07:24 PM   #5
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Originally Posted by CaptainBlagbird View Post
I don't understand what you want to do yet

You only want to include some names in lua later but want the complete CSV formatted? If so then it could easily be done with RegEx in Notepad++

What format do you need it (IDs etc or just names), I could dump you the files
I have the data already, and I saved them like this in lua:
1906 "Librarian Sharuk", "Bibliothekarin Sharuk", "bibliothécaire Sharukd",
1907 "Mage Tharlas", "Magierin Tharlas", "mage Tharlasd",
1908 "Sir Hughes", "Sir Hughes", "sieur Hugues",

Number isn't used. Then I have the english name, then german and lastly french.
"mage Tharlasd" originated from "mage Tharlas^d" (from a spreadsheet) so it is essentially the wrong names I have saved in french and german.
But maybe it would just be easier if I re-exported the data WITH the "^" character, and corrected my data for Destinations. Then I could use zo_strformat as Ayantir suggested
  Reply With Quote