flat-file
Mapping a flat text file
In a text file, lines are detected by \\n at the end of each line. For this purpose, it is necessary to read the entire file, and this is a big problem for large files (say 2GB). I am looking for a me[详细]
2023-04-12 10:17 分类:问答Why is SSIS OLE DB Import Not Importing Last Line of a text File?
I have created a basic Data Flow tasks in SSIS 2008 t开发者_如何学JAVAhat is reading information from a a basic text file and importing it into a database. The file is Delimited with lines ending with[详细]
2023-04-04 09:45 分类:问答Flat File or Database to store small amounts of records. Which would be faster for many connections/users
I Have a web application that will support a large number of connections. Each time a session is created, or a refresh is called, I will run a service that will collect data and store it for viewing.[详细]
2023-04-01 16:09 分类:问答Spring Batch custom partitioner for input file
I\'m trying to partition a flat input file containing ; separated items. the first item on a line indicates a category and I would like to partition on this category so that for each category a partit[详细]
2023-03-30 03:08 分类:问答With JavaScript is it possible to Read/Write from/to a file on the server
I have a series of JSON Objects I want to save locally on my server. I am attempting to avoid any server-side script like PHP as required per demand of whats being built. I know its a security risk, b[详细]
2023-03-29 15:32 分类:问答How to effectively test a fixed length flat file parser using MSpec?
I have this method signature: List<ITMData> Parse(string[] lines) ITMData has 35 properties. How would you effectively test such a parser?[详细]
2023-03-28 05:28 分类:问答What is the best way to generate flat files from templates, and parse them back
Here\'s the problem I have, I need to generate a flat string file with a rather complex (imposed) structure based on field length and start and stop positions. It file will be generated from a .Net ap[详细]
2023-03-28 05:06 分类:问答counting number of lines in a text/csv file using OSB
I have a CSV file, I need to count the total number of lines in that file. This I have to use in OSB. My requirement is I have to count total no of lines in the $body file (CSV/flat file) and subtract[详细]
2023-03-25 19:19 分类:问答Issue with SSIS on flat files to tables with fixed position
I have a couple of questions about the task on which I am stuck and any answer would be greatly appreciated.[详细]
2023-03-23 13:47 分类:问答Amazon MWS Flat File Modify Listing
I\'m trying to find the documentation for how the flat file looks for modifying the quantity of a开发者_JAVA百科 product on Amazon.[详细]
2023-03-22 05:01 分类:问答