konigio / konig

A collection of tools for semantic modeling
4 stars 4 forks source link

Invalid message pattern in SourceDataDictionarySheet #1622

Closed gmcfall closed 5 years ago

gmcfall commented 5 years ago

I am getting the following error when I try to process a source data dictionary...

Caused by: java.lang.IllegalArgumentException: can't parse argument number: 
    at java.text.MessageFormat.makeFormat(MessageFormat.java:1429)
    at java.text.MessageFormat.applyPattern(MessageFormat.java:479)
    at java.text.MessageFormat.<init>(MessageFormat.java:362)
    at java.text.MessageFormat.format(MessageFormat.java:840)
    at io.konig.spreadsheet.WorkbookProcessorImpl.fail(WorkbookProcessorImpl.java:730)
    at io.konig.spreadsheet.BaseSheetProcessor.fail(BaseSheetProcessor.java:129)
    at io.konig.spreadsheet.SourceDataDictionarySheet.setMediaType(SourceDataDictionarySheet.java:213)