The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
26 views

Printing tokenized data from file in C

I've been trying to read in data from a file by tokenizing it first. In this example, I've made it so that it asks you to first input the data in yourself (which I've made sure works), and then read ...
-4
votes
1answer
32 views

file processing wit a standard

i will write an EFT system with java. I will read information from a file and file's content has a standard. For example; # Number of banks 2 # BankID, InitialCashReserve 1 0 2 100 # EFTID, ...
1
vote
2answers
31 views

Send mail with the latest file's content if appended

There is /var/log/httpd/error_log file which contains errors from the whole httpd. I want to be able to send those new log via email message if any appears - with for example 15 minutes interval. I ...
0
votes
3answers
108 views

Read words in a specific line in a text file using shell script

In my Bash shell script, I would like to read a specific line from a file; that is delimited by : and assign each section to a variable for processing later. For example I want to read the words ...
-1
votes
1answer
45 views

Threads producing files of slightly different size that should be the same [closed]

I have a multi-threaded java program where each thread is building and writing a separate XML file from a text file. For testing, I made multiple copies of the same text file and just appended a ...
0
votes
0answers
18 views

SWF file in XNA 4.0?

currently I've been assigned to work out for enabling the flash file (.swf) in XNA. Somehow what I studied about this issue is, .swf file is unable to embedded into XNA project unless some code is ...
1
vote
2answers
87 views

Batch file to recursively move a single subdirectory from multiple parent directories TO another single, defined directory

If that title wasn't confusing enough.. hopefully what I am trying to do is a lot simpler to understand. Windows 7 just in case it needs to be said. I have multiple directories within the folder I ...
3
votes
2answers
165 views

VBA Excel File Open Prompt Cancel Error

So I am using a file open prompt to gather a filename. I then open this file in a background instance, parse information to a dictionary and close the file. This works fine. The code for this is: ...
0
votes
1answer
106 views

Writing into text file using Arduino and processing IDE

My work is to write a value which will be sent by arduino to processing IDE and processing IDE must write it into a specified text file. I used This as reference and tried a code. But, nothing is ...
0
votes
1answer
42 views

getnextChar function beginner [closed]

I want to write a function which gets next character but i don't know what to write in the case when end of file is met ! the function goes like void Class::getNextChar() { ...
2
votes
2answers
80 views

Python - reading files from directory file not found in subdirectory (which is there)

I am convinced it is something simply syntactic - I however can not figure out why my code: import os from collections import Counter d = {} for filename in os.listdir('testfilefolder'): f = ...
0
votes
1answer
222 views

Java 7 WatchService - The process cannot access the file because it is being used by another process

I followed the Watching a Directory for Changes Java7 nio2 tutorial to recursively monitor the entire contents of a directory using the code sample WatchDir.java. The code looks like this: ...
1
vote
2answers
41 views

Write to File's Last 32 Characters

I want to write an info to binary file's last 32 characters. But when i call my writeInfo function, it deletes the whole content. I can read the data before i write, but after i write with this ...
0
votes
3answers
144 views

Read last n bytes of file using Java

I have a crawler program which logs some files. Sometimes on the server, some error happens and the crawler creates massive log files which are somehow impossible to parse. For that reason, I wanted ...
2
votes
2answers
170 views

Joining two files in the same directory using hadoop

I am a total hadoop n00b. I am trying to solve the following as my first hadoop project. I have a million+ sub-folders sitting in an amazon S3 bucket. Each of these folders have two files. File 1 has ...
2
votes
1answer
172 views

Perl - unknown end of line character

I want to read an input file line by line, but this file has unknown ending character. Editor vim does not know it either, it represents this character as ^A and immediately starts with characters ...
1
vote
1answer
129 views

Console VB.NET: File Processing - Search file for a specific number and output record

Hello I am building a console application in VB.NET that reads a record file and outputs it to the user. I have gotten the program to output all of the records to the console but I cannot seem to get ...
0
votes
2answers
37 views

java program file re-processing upon temporary IO Exception

I am processing a large number of files, say 1000 files using a java program. Processing each file takes significant amount of time. Problem is : when I process a file, due to some unknown problem ...
1
vote
3answers
582 views

Parse tab delimited text file

I need to parse a tab-delimited text file by grabbing specific columns, like columns 1 and 5, and output each of these columns into a text file. Please find an example of the data file, and the code: ...
0
votes
1answer
52 views

How to process file content in bash

I want to process PHP files on the content but i'm only interested in the parts between < ?php ... ?>. The rest should be removed and saved to a new file. Below I've already part of the code based ...
0
votes
1answer
47 views

what would happen to a file if writing on it failed? [closed]

Would the file still have its previous contents correctly? 1)When error happened by using file_put_contents func 2)When error happened by using copy func I'm asking because I want to implement ...
0
votes
1answer
124 views

c# - Processing a Large File, Line by Line - Optimization

So I'm currently trying to research the best approach for dealing with processing a large file in c#. We currently have a large file with 10 million + lines of data. Originally, my client said the ...
2
votes
1answer
955 views

reading input from text file into array of structures in c

My structure definition is, typedef struct { int taxid; int geneid; char goid[20]; char evidence[4]; char qualifier[20]; char goterm[50]; char pubmed; char ...
0
votes
2answers
294 views

How to take in digits 0-255 from a file with no delimeters

I have a plaintext file that has only numerical digits in it (no spaces, commas, newlines, etc.) which contains n digits which range from 0 to 255. I want to take it in and store these values in an ...
0
votes
2answers
68 views

reading and filling separate variables from file

I am doing a homework assignment where we are to read company data from a file and then process it for errors. What I have so far I think will work with the first line, but I'm not sure how to make ...
-1
votes
3answers
204 views

Loop to check existence of file and process it

I am starting the first part of a school assignment and I must prompt the user to enter a filename, check for the existence of the file, and if it exists, open it for processing; otherwise I am to ...
2
votes
3answers
51 views

Couting Records in XSLT File

I have a template for a trailer record that has a parameter 'numberOfRecords' . <xsl:template name="render-FileTrailer"> <xsl:param name="fileRecordIdentifier" select="TR"/> ...
1
vote
1answer
345 views

Property File Processing during build time

My requirments are as follow : - we are having four environments(dev,uat,prod,stag) - currently we are having 5 property files(log4j.properties for example) one for each environment like : ...
0
votes
0answers
267 views

Spring batch processing - Efficient way of processing bulk data in ItemProcessor

I have a requirement of writing a Spring Batch job where in I have a huge list (over 300,000) IDs in a flat file, read the file and for each ID I have an associated name in DB, read the name and store ...
2
votes
2answers
176 views

how to format an output in python?

I am having difficulty in formatting a code in python : My code is here : keys = ['(Lag)=(\d+\.?\d*)','\t','(Autocorrelation Index): (\d+\.?\d*)', '(Autocorrelation Index): (\d+\.?\d*)', ...
-2
votes
2answers
81 views

Python Detect Missing Line in a Txt File

Let us say a txt file consists of these lines: A 1 2 3 B 1 2 3 C 1 3 Clearly, 2 is missing from C in the txt file. What is the idea to detect the missing 2 and output it? I need to ...
0
votes
0answers
337 views

Node.js: Processing a stream without running out of memory

I'm trying to read a giant logfile (250,000 lines), parsing each line into a JSON object, and insert each JSON object to CouchDB for analytics. I'm trying to do this by creating a buffered stream ...
0
votes
1answer
23 views

Protecting files and directories on the web

Mostly we upload things by an upload field in the HTML and uploads the file in a directory on the application root or elsewhere and stores the path in a database. If the file is to be uploaded for ...
0
votes
1answer
74 views

Loadbalance the thread in java on the basis of file size

Hi i have requirement to process large number of files via multithreading in java. The files will be of random size (min:100 MB , max :1.5GB).The configuration is i can only create 8 thread at the max ...
5
votes
3answers
529 views

Howto create a directory under Linux which behaves like a pipe

We want to create a relative simple document storage but there are some requirements. My idea was, that a file is scanned and handled by a separate tool/daemon when it arrives at storage immediately. ...
1
vote
1answer
195 views

File processing-Haskell

How can I implement in haskell the following: I receive an input file from the command line. This input file contains words separated with tabs, new-lines and spaces. I have to replace these ...
0
votes
1answer
519 views

Parse a large file of non-schematized json using Jackson?

I have a very large .json file on disk. I want to instantiate this as a Java object using the Jackson parser. The file looks like this: [ { "prop1": "some_value", "prop2": "some_other_value", ...
0
votes
1answer
253 views

Best way to process thousand of files for hundreds of users from Dropbox

On a PHP based website, users will give permission to a Dropbox app to use their Dropbox folder, then the user put thousands of text files in this folder, maybe at once, maybe continuously, which I ...
2
votes
2answers
272 views

Is python capable of doing MATLAB equivalent matrix operations?

I have implemented codes in MATLAB that operates on 216x216 matrices that contain numeric data and sometime strings. The operations that I do on these matrices are mostly like filter matrices above a ...
1
vote
2answers
85 views

C reading from file, it reads “@”

I am trying to read a file in C. But when I read, and write it to stdout it prints @ also which there is no in my file. What is the reason? #include <stdio.h> int main() { FILE *fp; int ...
0
votes
1answer
156 views

Check if uploaded file is of a insecure filetype in php

I have an file upload form and need to run a check on the file uploaded to ensure it isn't anything that might potentially cause problems on the server (ie: executables). The files will primarily be ...
0
votes
0answers
358 views

java FileChannel writing to a file and adding \n at the end

i'm trying to make log using the FileChannel. for some reason it doesn't get the \n character in my file. my function: private void serverLog(String status, String message) { ...
3
votes
4answers
219 views

need to delete the entire line except the matching strings

What I need is: I need to delete the entire line but need to keep the matching strings. matching pattern starting with Unhandled and ending with a : I tried the below code which prints the matching ...
0
votes
3answers
796 views

Managing file column names and positions when parsing CSV with Java

I'm writing some java code that's supposed to parse csv files with different column types and values. A basic file looks something like this (CSV), without the header/column row. To make things ...
3
votes
3answers
218 views

Query from database or from memory? Which is faster?

I am trying to improve the performance of a Windows Service, developed in C# and .NET 2.0, that processes a great amount of files. I want to process more files per second. In its process, for each ...
0
votes
3answers
45 views

Unexpected results when handling strings in PHP

Thank you for your time to look at this for me. Background: I am processing OFX/QFX files for a personal finance project. I have written the code in C# and it executes perfectly. I am able to ...
3
votes
6answers
573 views

How do I read a large file from disk to database without running out of memory

I feel embarrassed to ask this question as I feel like I should already know. However, given I don't....I want to know how to read large files from disk to a database without getting an OutOfMemory ...
8
votes
6answers
366 views

How to perform a SQL-like Join in Perl?

I have to process some data by combining two different files. Both of them have two columns that would form a primary key that I can use to match them side-by-side. The files in questions are huge ...
3
votes
3answers
4k views

Is Awk and multiple file processing possible?

I need to process two file contents. I was wondering if we can pull it off using a single nawk statement. File A contents: AAAAAAAAAAAA 1 BBBBBBBBBBBB 2 CCCCCCCCCCCC 3 File B contents: ...
0
votes
1answer
339 views

C++: File Processing: matching sequential files

I have a small problem. I have three files, OldMaster, Transaction and NewMaster. If the account numbers match between OldMaster and Transaction, I update the balance and write it to NewMaster. If ...

1 2