资 源 简 介
What is jSmaTeP?
Often there is the task to process import data stored in a data file. Or even “worse” - you have to process imported data and afterwards you have to export processed data in a different format into a new export file and send it to a different recipient.
What do you do?
You write some “handy” code to process the import and the export and you think: that"s it!
But what happens if the import and/or the export format changes?
What do you do if you get a second import and/or export format for a further 3rd party system?
Often you go into the code, copy & paste it, do some “very special changes” (probably include some if-else-cascades), deploy it and hope everything is OK.
What about testability, maintainability etc.???
jSmaTeP (Java SMArt TExt Processor) wants to meet all these stumbling blocks and provides a handy & smart way processing import and export data by configuring data structure – NOT by programming it!. (See examples http: