#2250: CsvImporter.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/importer/CsvImporter.kt CSV Import Service, projectforge-rest/src/main/kotlin/org/projectforge/rest/importer/CsvImporter.kt (49 lines) 49 lines · 18 code · 25 comments · 6 blank
Source file: CsvImporter.kt - csv import service in ProjectForge REST module.

Architecture Analysis

Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend. Typically annotated with @Service, managed by the Spring IoC container with dependency injection.

Git History

CommitWhat changed
868d6abb752025 -> 2026
75dd467fa9WIP: CSVImporter improved.
312d5e61ceClean-up
63081666f6Source file headers: 2024-> 2025.
87dd5b87c3AuftragsCache refactored, migration stuff... (all tests OK)
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
2e11ec6335CsvImporter has now autodetection of number format (1.234,27; 1234,27; 1,234.27 or 1234.27).
dd387c904eBanking plugin, first version.
1ea8d40622WIP: Jobs and Bank account records.
18cf43df0bWIP: Jobs and Bank account records.
c3331c88e9WIP: Banking plugin (and new import module). DynamicDropArea: copy&paste bug fixed (function renamed)
d38c01233cWIP: Banking plugin (and new import module).
67333b1191WIP: Banking plugin (and new import module).
750e607420WIP: Banking plugin (and new import module).
0936be3edcWIP: Banking plugin (and new import module).
03796e3c6dWIP: Banking plugin (and new import module).
e118c101d1WIP: Banking plugin (and new import module).