()
| 195 | return data |
| 196 | |
| 197 | def processEveCategories(): |
| 198 | print('processing evecategories') |
| 199 | data = _readData('fsd_built', 'categories', keyIdName='categoryID') |
| 200 | map = { 'categoryName_en-us': 'name' } |
| 201 | map.update({'categoryName'+v: 'name'+v for (k, v) in eos.config.translation_mapping.items() if k != 'en'}) |
| 202 | _addRows(data, eos.gamedata.Category, fieldMap=map) |
| 203 | |
| 204 | def processDogmaAttributes(): |
| 205 | print('processing dogmaattributes') |