Uses of Class
de.hybris.platform.util.CSVReader
-
-
Uses of CSVReader in de.hybris.platform.acceleratorservices.dataimport.batch.task
Methods in de.hybris.platform.acceleratorservices.dataimport.batch.task that return CSVReader Modifier and Type Method Description protected CSVReader
ImpexTransformerTask. createCsvReader(java.io.File file)
Creates a CSV ReaderMethods in de.hybris.platform.acceleratorservices.dataimport.batch.task with parameters of type CSVReader Modifier and Type Method Description protected void
ImpexTransformerTask. closeQuietly(CSVReader csvReader)
protected java.io.PrintWriter
ImpexTransformerTask. writeErrorLine(java.io.File file, CSVReader csvReader, java.io.PrintWriter errorWriter, java.lang.IllegalArgumentException exc)
Prints an error line containing the reason and the source line to the error file -
Uses of CSVReader in de.hybris.platform.catalog.jalo.classification.unspsc
Subclasses of CSVReader in de.hybris.platform.catalog.jalo.classification.unspsc Modifier and Type Class Description class
UNSPSCReader
-
Uses of CSVReader in de.hybris.platform.catalog.jalo.synchronization
Subclasses of CSVReader in de.hybris.platform.catalog.jalo.synchronization Modifier and Type Class Description class
SyncScheduleReader
-
Uses of CSVReader in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return CSVReader Modifier and Type Method Description protected CSVReader
GenericCSVImportStep. createCSVReader(java.io.InputStream inputStream, java.lang.String encoding)
As default creates a newCSVReader
instance with the given stream and encoding. -
Uses of CSVReader in de.hybris.platform.impex.distributed
Constructors in de.hybris.platform.impex.distributed with parameters of type CSVReader Constructor Description PersistableDocumentIDRegistry(CSVReader documentIDReader, CSVWriter documentIDWriter, java.lang.String processCode)
PersistableDocumentIDRegistry(CSVReader documentIDReader, java.lang.String processCode)
-
Uses of CSVReader in de.hybris.platform.impex.jalo
Subclasses of CSVReader in de.hybris.platform.impex.jalo Modifier and Type Class Description static class
ImpExReader.ResultSetCSVReader
ACSVReader
extension for reading a SQLResultSet
as CSV.Methods in de.hybris.platform.impex.jalo that return CSVReader Modifier and Type Method Description CSVReader
ImpExReader. getCSVReader()
Gets the reader instance of the main script.protected CSVReader
ImpExReader. getCurrentReader()
Returns the current activated reader used for reading data.CSVReader
ReaderManager. getMainReader()
Gets the main reader (reader given at constructor).CSVReader
ReaderManager. peekReader()
Gets the current reader instance.CSVReader
ReaderManager. popReader()
Closes, removes and returns current reader.Methods in de.hybris.platform.impex.jalo with parameters of type CSVReader Modifier and Type Method Description protected ImpExImportReader
Importer. createImportReader(CSVReader csvReader)
Creates anImpExImportReader
instance for processing given input.protected ImpExImportReader
MultiThreadedImporter. createImportReader(CSVReader csvReader)
Importer
ImpExManager. importDataLight(CSVReader reader, boolean codeexecution)
Imports data without using a cronjob.
Amount of maximal performed passes will be set to infinit (-1).
For getting further informations about passed import process, the usedImporter
instance is returned.
ATTENTION: No logs are available except of those fired to the log4j system.Importer
ImpExManager. importDataLight(CSVReader reader, boolean codeexecution, int passes)
Imports data without using a cronjob.
For getting further informations about passed import process, the usedImporter
instance is returned.
ATTENTION: No logs are available except of these fired to the log4j system.void
DocumentIDRegistry. importIDs(CSVReader documentIDReader)
Imports a set of ID<->PK mappings from given reader.void
ImpExReader. includeExternalData(CSVReader reader)
Redirects the main reader to the given temporary reader for including external data.void
ImpExReader. includeExternalData(CSVReader reader, int columnOffset)
Redirects the main reader to the given temporary reader for including external data.void
ImpExReader. includeExternalData(CSVReader reader, int linesToSkip, int columnOffset)
Redirects the main reader to the given temporary reader for including external data.void
ImpExReader. includeExternalData(CSVReader reader, int columnOffset, java.lang.String locationText)
Redirects the main reader to the given temporary reader for including external data.void
ReaderManager. pushReader(CSVReader reader, int columnOffset, java.lang.String locationText)
Pushes a reader at the reader stack, so it will be the current one.static void
ScriptValidationReader. validateScript(CSVReader reader)
Validates a script using the given reader.Constructors in de.hybris.platform.impex.jalo with parameters of type CSVReader Constructor Description DocumentIDRegistry(CSVReader documentIDReader)
Creates a registry with import of mappings and without export of new mappings.DocumentIDRegistry(CSVReader documentIDReader, CSVWriter documentIDWriter)
Creates a registry with import of mappings and with export of new mappings.ImpExReader(CSVReader reader, boolean skipValueLines)
Instantiates a new reader using the givenCSVReader
as input.ImpExReader(CSVReader reader, boolean skipValueLines, EnumerationValue headerValidationMode)
Instantiates a new reader using the givenCSVReader
as input.ImpExReader(CSVReader reader, boolean skipValueLines, EnumerationValue headerValidationMode, DocumentIDRegistry docIdRegistry)
Instantiates a new reader using the givenCSVReader
as input.ImpExReader(CSVReader reader, boolean skipValueLines, EnumerationValue headerValidationMode, DocumentIDRegistry docIdRegistry, InvalidHeaderPolicy headerHandlingPolicy)
Importer(CSVReader source)
Instantiates aImporter
using givensource
as input for import.MultiThreadedImporter(CSVReader source)
ReaderManager(CSVReader mainReader)
Creates a new manager initialized with given reader, which represents the main reader and will be pushed to the bottom of the reader stack.ScriptValidationReader(CSVReader reader, EnumerationValue mode)
ScriptValidationReader(CSVReader reader, EnumerationValue mode, DocumentIDRegistry docIdRegistry)
Creates a new validator using the given reader.ScriptValidationReader(CSVReader reader, java.lang.String mode)
-
Uses of CSVReader in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob that return CSVReader Modifier and Type Method Description protected CSVReader
ImpExImportJob. adjustCSVReader(CSVReader reader, ImpExImportCronJob cronJob)
Adjusts the CSV reader to the cronjob specific requirements.protected CSVReader
ImpExImportJob. createCSVReader(ImpExImportCronJob cronJob)
Creates the csv reader which gives theImpExImportReader
access to the source data.protected CSVReader
CronJobDumpHandler. createReader()
Creates a new reader using last dump media as input.Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type CSVReader Modifier and Type Method Description protected CSVReader
ImpExImportJob. adjustCSVReader(CSVReader reader, ImpExImportCronJob cronJob)
Adjusts the CSV reader to the cronjob specific requirements.protected ImpExImportReader
ImpExImportJob. createImportReader(ImpExImportCronJob cronJob, CSVReader csvReader, ImportProcessor processor)
Creates the import reader instance used by theImporter
.Constructors in de.hybris.platform.impex.jalo.cronjob with parameters of type CSVReader Constructor Description MyImpExImportReader(CSVReader reader, boolean legacyMode, java.lang.String prefixForMediaLookup)
MyImpExImportReader(CSVReader reader, CSVWriter dumpWriter, ImportProcessor processor, boolean legacyMode, java.lang.String prefixForMediaLookup)
MyMultiThreadedImpExImportReader(CSVReader reader, boolean legacyMode, java.lang.String prefixForMediaLookup)
MyMultiThreadedImpExImportReader(CSVReader reader, CSVWriter dumpWriter, MultiThreadedImportProcessor processor, boolean legacyMode, java.lang.String prefixForMediaLookup)
-
Uses of CSVReader in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp with parameters of type CSVReader Modifier and Type Method Description protected ImpExReader
Exporter. createImpExReader(CSVReader scriptReader, DocumentIDRegistry docIDRegistry, EnumerationValue headerValidationMode)
creates an (@see MyImpExReader) instance -
Uses of CSVReader in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return CSVReader Modifier and Type Method Description protected CSVReader
DefaultDumpHandler. createReader()
Creates a new reader using last dump file as input.CSVReader
AbstractDumpHandler. getReaderOfLastDump()
CSVReader
DumpHandler. getReaderOfLastDump()
Gets a reader object to the last dump storage.Methods in de.hybris.platform.impex.jalo.imp with parameters of type CSVReader Modifier and Type Method Description protected de.hybris.platform.impex.jalo.imp.MultiThreadedImpExImportReaderIntegrationTest.TestableMultiThreadedImpExImportReader
MultiThreadedImpExImportReaderIntegrationTest.TestImpExImportJob. createImportReader(ImpExImportCronJob cronJob, CSVReader csvReader, ImportProcessor processor)
protected void
AbstractDumpHandler. setReaderOfLastDump(CSVReader reader)
Sets a new reader object for 'last' dump. -
Uses of CSVReader in de.hybris.platform.importcockpit.services.impex.impl
Methods in de.hybris.platform.importcockpit.services.impex.impl with parameters of type CSVReader Modifier and Type Method Description protected boolean
DefaultImpExTransformationService. hasValidSource(MappingModel mappingModel, CSVReader csvReader)
Checks if the mapping model for transformation and the CSVReader used to read source in the mapping model is valid.protected boolean
DefaultImpExTransformationService. isValidCsvReadLine(CSVReader csvReader, int linesToSkip)
Checks if the currentCSVReader
line is valid -
Uses of CSVReader in de.hybris.platform.importcockpit.services.media
Methods in de.hybris.platform.importcockpit.services.media that return CSVReader Modifier and Type Method Description CSVReader
ImportCockpitMediaService. createMediaReader(ImportCockpitInputMediaModel media)
Creates a media reader for the source file. -
Uses of CSVReader in de.hybris.platform.importcockpit.services.media.impl
Methods in de.hybris.platform.importcockpit.services.media.impl that return CSVReader Modifier and Type Method Description protected CSVReader
DefaultImportCockpitMediaService. createCSVReader(ImportCockpitInputMediaModel media)
CSVReader
DefaultImportCockpitMediaService. createMediaReader(ImportCockpitInputMediaModel media)
-
Uses of CSVReader in de.hybris.platform.marketplaceservices.dataimport.batch.task
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.task with parameters of type CSVReader Modifier and Type Method Description protected java.io.PrintWriter
MarketplaceImpexTransformerTask. writeErrorLine(java.io.File file, CSVReader csvReader, java.io.PrintWriter errorWriter, java.lang.IllegalArgumentException exc)
Also add the error log in log directory -
Uses of CSVReader in de.hybris.platform.util
Subclasses of CSVReader in de.hybris.platform.util Modifier and Type Class Description class
CSVFromPropertiesReader
class
FixedLengthCSVReader
This class extends theCSVReader
and parses a CSV InputStream to a list of maps using fixed lengths for the columns.Methods in de.hybris.platform.util with parameters of type CSVReader Modifier and Type Method Description static java.util.Map<java.lang.Integer,java.lang.String>[]
CSVReader. parse(CSVReader reader)
Convenience method which parses csv lines directly from the given reader.
-