Opened 16 years ago

Closed 16 years ago

#873 closed defect (fixed)

AbstractFlatFileImporter should use number of parsed bytes for progress reporting

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.5.1
Component: coreplugins Version:
Keywords: Cc:

Description

It currently uses the number of parsed characters, which may be different if for example, a two-byte character set is used. Then the progress would only reach 50% before the parsing finishes.

Change History (3)

comment:1 by Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

Summary: AbstractFlatFileParser should use number of parsed bytes for progress reportingAbstractFlatFileImporter should use number of parsed bytes for progress reporting

comment:3 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4056]) Fixes #873: AbstractFlatFileImporter should use number of parsed bytes for progress reporting

Note: See TracTickets for help on using tickets.