Loading Fixed legth CSV File with Logstash

So... no delimiters at all then? You could use a grok filter for this, e.g. with this expression:

^(?<id>..)(?<name>.{6})(?<year>.{4})