Raw data is a term for data collected from a source that has not been subjected to processing or any other manipulation, and are also referred to as primary data.
Questions tagged [raw-data]
204 questions
0
votes
0 answers
SyntaxError: EOF while scanning triple-quoted string literal
I am trying to convert this line of raw data into hex within my program.
However I am getting this error:
This is the line of raw data i am trying to convert:
PQ=
(3< Ú Âq*Åž‰ü 'a
Here is what the line looks like in notepad:
from what I…

JeanP
- 406
- 9
- 27
0
votes
1 answer
Error in retrieving Binary data using AMQP reciever
I am trying to receive message using nodejs + amqp receiver. I could observe that the binary data higher than 7f was shown as ef bf bd.
var messageHandler = function (myIdx, msg) {
var data = new Buffer(msg.body)
console.log(data)
Input :…

Praful
- 157
- 1
- 5
- 16
0
votes
0 answers
How to insert tab separated data from text file which has more than 1 million records into a SQL Server table using C#?
I would like to insert a raw data file which is here in the form of .txt, with tab separated data into a SQL Server table.
I would like to perform this operation with the help of a C# application, but stumble upon how to do this as the file has more…

Abhi
- 341
- 1
- 6
- 23
0
votes
0 answers
R: getting data (instead of plot) back from sm.density.compare
I'm doing a density compare in R using the sm package (sm.density.compare). Is there anyway I can get a mathematical description of the graph or at least a table with number of points rather than a plot back? I would like to plot the resulting…

culicidae
- 61
- 1
- 4
0
votes
1 answer
Convert RAW data to its readable form
I have bought a MSR606 Mag-Stripe card reader. As you can see in its programmer's guidance document, it communicates with computer with standard RS232 signal voltage levels. Default, 9600 Baud, None Parity, 8 bits.
One of the commands that it…

Ebrahim Ghasemi
- 5,850
- 10
- 52
- 113
0
votes
2 answers
Continuous Background Execution of PHP file in my website
Involved in automation project, I have a PHP file which inserts raw-data in MySQL database. I need the PHP file to run 24x7 even i am offline to collect the real-time raw-data to be stored for future analysis.
How to run the PHP file continuously…

Sunface.in
- 1
- 4
0
votes
1 answer
Dissecting MySQL InnoDB record format to restore from raw disk
I had a mysql database stored on a USB thumb drive which has irreparably lost its file allocation table. Therefore, I cannot get to the ibdata1 file as a whole. I can, however locate the record pages which were used using a hex editor.
All the data…

James Sudbury
- 3
- 1
0
votes
1 answer
Postman sending raw data
Im trying to send raw data to a web service I have. The service is waiting for a object named viaje which has the next data:
* idDestino a numeric id
* idLanta a numeric id
* idPeticion an array of numeric ids
* idVehiculo a numeric id
Heres is what…

Jurgen Feuchter
- 544
- 1
- 7
- 29
0
votes
1 answer
Using analytics raw data in BigQuery
Ii it possible to load own (my traced website with GA) analytics raw data using a GAP account, and now make deeper analysis with BigQuery?

Nic
- 1
0
votes
1 answer
Using basicHttpbinding and get the response in raw data
I've looked all day and I couldn't able to find a correct answer on how get the response of my Web Service using basicHttpBinding without the SOAP formatting.
Can anyone know how to do that ? or another way for getting the raw data ? (like a string)

cirkuss
- 1
0
votes
2 answers
Where to transform raw data?
I'm starting a new bundle. Its goal is to display some statistics arrays and charts. The problem is I don' t know where to transform raw data into usable data in view's arrays and charts. I read lot of articles about keeping the controllers as thin…

VaN
- 2,180
- 4
- 19
- 43
0
votes
1 answer
Is there a tool which can view Bayer Pattern GBGR raw data picture
I know there are some tools such as vooya to view RGB pattern raw data picture.
Is there any tool that can view Bayer Pattern GBGR raw picture directly?

hellocoding
- 221
- 4
- 13
0
votes
0 answers
Matlab with large data set
I have some data I want to analyze in Matlab (R2013b). The data set however consists of 10 tab delimited text files (in total 16GB, each file contains the same fields). My idea was to insert all data into a single table using MSSQL. However, since I…

BigChief
- 1,413
- 4
- 24
- 37
0
votes
1 answer
ios, can't get correct pixel color of CGImageRef
I made a context, then a gradient. After that I am drawing to the context. Then I receive an gradiented image from context and it is correct, I can see it in the debugger. But when I try to get a pixel color for a specific value it isn't correct. I…

Oleg
- 1,027
- 1
- 8
- 18
0
votes
2 answers
how do I take the raw data from email of a photo and create or convert to a jpeg, bmp and such
I have raw data from an email that contains a jpeg.
I can see the jpeg portion, but how do I take that data and create the jpeg so I can see the photo?
Raw data looks like this:
------=_NextPart_000_001F_01CF11D6.5A125C60
Content-Type: image/jpeg;
…

d4d4u1
- 5
- 2
- 8