Customer Portal

UTF 8 Reading Error

Comments 1

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi Perri,

    Unfortunately UTF-8 does not read everything. It may happen that parser reads sequence of characters which is invalid. See http://en.wikipedia.org/wiki/UTF-8#Inva ... _sequences

    In CloverETL it should be possible to use lenient/controlled policy on readers and skip invalid lines. But it will be available since 4.1M1 - see https://bug.javlin.eu/browse/CLO-5043 for details.

    So current workaround may be to cleanup data before processing in CloverETL by external tool.

    I hope this helps.

Please sign in to leave a comment.