IBulkProcessingLineProcessor interface

Syntax

public interface IBulkProcessingLineProcessor

Derived classes

Usage

The IBulkProcessingLineProcessor is responsible for processing a single line from a (bulk) file. This interface is typically used by a file handler and is called for each line the file handler parsed from the file.

It is the responsibility of the line processor to further parse the line's content (e.g. split it into different fields) and execute whichever operation is intended for the file content provided to the file handler (e.g. service call to create a new customer or do a transaction, etc.).

2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice.