Path	Lines of Code
README.md	14
src/test/java/com/univocity/parsers/examples/AnotherTestBean.java	39
src/test/java/com/univocity/parsers/examples/Car.java	53
src/test/java/com/univocity/parsers/examples/CsvParserExamples.java	439
src/test/java/com/univocity/parsers/examples/CsvWriterExamples.java	30
src/test/java/com/univocity/parsers/examples/Example.java	55
src/test/java/com/univocity/parsers/examples/FixedWidthParserExamples.java	219
src/test/java/com/univocity/parsers/examples/FixedWidthWriterExamples.java	116
src/test/java/com/univocity/parsers/examples/RecordExamples.java	66
src/test/java/com/univocity/parsers/examples/RoutineExamples.java	116
src/test/java/com/univocity/parsers/examples/SettingsExamples.java	75
src/test/java/com/univocity/parsers/examples/TestBean.java	47
src/test/java/com/univocity/parsers/examples/TsvParserExamples.java	150
src/test/java/com/univocity/parsers/examples/WordsToSetConversion.java	62
src/test/java/com/univocity/parsers/examples/WriterExamples.java	249
src/test/java/com/univocity/parsers/examples/annotation/Address.java	18
src/test/java/com/univocity/parsers/examples/annotation/AddressBook.java	15
src/test/java/com/univocity/parsers/examples/annotation/AddressTypeTransformer.java	13
src/test/java/com/univocity/parsers/examples/annotation/AnnotationExamples.java	149
src/test/java/com/univocity/parsers/examples/annotation/BetterOffender.java	20
src/test/java/com/univocity/parsers/examples/annotation/DatesRepetitive.java	28
src/test/java/com/univocity/parsers/examples/annotation/DatesWithMetaAnnotation.java	22
src/test/java/com/univocity/parsers/examples/annotation/MyCompanyDate.java	13
src/test/java/com/univocity/parsers/examples/annotation/Offender.java	18
src/test/java/com/univocity/parsers/examples/annotation/Profile.java	54
src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldName.java	18
src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldPosition.java	18
src/test/java/com/univocity/parsers/examples/annotation/ProfileByMultipleFieldNames.java	18
src/test/java/com/univocity/parsers/examples/annotation/ProfileWithDate.java	20
src/test/java/com/univocity/parsers/examples/annotation/Splitter.java	30
src/test/java/com/univocity/parsers/examples/samples/CsvSearchExample.java	47
src/test/resources/examples/annotation/addresses.txt	3
src/test/resources/examples/annotation/basic_profile.txt	3
src/test/resources/examples/annotation/basic_profile_2.txt	3
src/test/resources/examples/annotation/dates.txt	3
src/test/resources/examples/annotation/offender_profiles.txt	3
src/test/resources/examples/bean_test.txt	4
src/test/resources/examples/example.txt	11
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseAddressBook.txt	2
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseBetterOffenders.txt	2
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseDates.txt	2
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseDatesWithMetaAnnotation.txt	2
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseOffenders.txt	2
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseProfile.txt	2
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseProfileByFieldName.txt	2
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseProfileByFieldPosition.txt	2
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseProfileByMultipleFieldNames.txt	4
src/test/resources/examples/expectedOutputs/AnnotationExamples/parseProfileWithDate.txt	2
src/test/resources/examples/expectedOutputs/CsvParserExamples/example002IteratorOverCsv.txt	7
src/test/resources/examples/expectedOutputs/CsvParserExamples/example002RecordIteratorOverCsv.txt	7
src/test/resources/examples/expectedOutputs/CsvParserExamples/example011ErrorHandlingWithRetry.txt	5
src/test/resources/examples/expectedOutputs/Github_184/testContextWithRoutineIterateBeans.txt	4
src/test/resources/examples/expectedOutputs/RoutineExamples/example005DumpResultSetWithCustomHeaders.txt	4
src/test/resources/examples/expectedOutputs/RoutineExamples/example006DumpResultSetWithSelection.txt	4
src/test/resources/examples/master_detail.txt	8
src/test/resources/examples/multi_schema.txt	5
src/test/resources/examples/multi_schema2.txt	5
src/test/resources/fixed/essential-dos.txt	8
src/test/resources/fixed/essential-mac.txt	8
src/test/resources/fixed/essential.txt	8
src/test/resources/fixed/essential_1-dos.txt	7
src/test/resources/fixed/essential_1-mac.txt	7
src/test/resources/fixed/essential_1.txt	7
src/test/resources/fixed/essential_2-dos.txt	7
src/test/resources/fixed/essential_2-mac.txt	7
src/test/resources/fixed/essential_2.txt	7
src/test/resources/fixed/essential_3-dos.txt	7
src/test/resources/fixed/essential_3-mac.txt	7
src/test/resources/fixed/essential_3.txt	7
src/test/resources/issues/github_247/input-100.txt	2
