Omgili - forum search, search forums  
  

Discussions about convert the data

Displaying 1 - 10 out of 77,980 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
There are gov't data files: http://www.cdc.gov/EpiInfo/ Available in this weird SAS format. How can I convert them into XML/CSV, something much simpler that can be read by scripts/etc.???
Started by on , 3 posts by 3 people.  
StatTransfer will ....
Note that SAS program files usually have the extension .sas , whereas the data files themselves usually have the extension .sas7bdat .
SAS Institute (the company that makes SAS) produces a viewer for SAS data sets .
I am curious to know How to Convert 64bit Long Data Type to 16bit Data Type. As this feature is required in the Ethernet Application to include Time Stamp. We left with only 2Bytes [16bits] to include Time Stamp. We get 64bit long the Time Stamp from ...
Started by on , 5 posts by 5 people.  
You choose which ones.
But the only way you can convert a 64-bit value into a 16-bit one is to remove 48 bits of data.
Then convert the Windows time unit into the-library-that-you-use need.
Function that you're using returns.
Hello, I have some RGB(image) data which is 12 bit. Each R,G,B has 12 bits, total 36 bits. Now i need to club this 12 bit RGB data into a packed data format. I have tried to mention the packing as below:- At present I have input data as - B0 - 12 bits...
Started by on , 3 posts by 3 people.  
It's probably not packing the bytes exactly as you want, but you should get the general idea.... .
This is pretty much untested, super messy code I whipped together to give you a start .
Use bitwise & (and), | (or), and shift << , >> operators .
Ask your Facebook Friends
Say I have a dataset like (1, 2, (3, 4), (5, 6), (7, 8, (9, 0))) I want to convert it to a (semi) flat representation like, ( (1, 2), (1, 2, 3, 4), (1, 2, 5, 6), (1, 2, 7, 8), (1, 2, 7, 8, 9, 0), ) If you use this, (taken from SO) def flatten(iterable...
Started by on , 3 posts by 3 people.  
Don't know if that's really the best way of representing... .
How about a using a different "flat" representation, one which can be converted back: [1, 2, '(', 3, 4, ')', '(', 5, 6, ')', '(', 7, 8, '(', 9, 0, ')', ')'] This will give the example output.
I'm going to be writing a program which has some web services in it that use XML to pass data back and forth. The format of the XML is predefined - I can't change it to suit my needs - but in code I can handle the data any way I want. My question: Is ...
Started by on , 9 posts by 9 people.  
For example, if the data it's been flattened, there'....
It depends on the data.
convert between XML and data structures, so you won't need to code a lot of transformation code than all over the place in the rest of the code.
Can anyone tell me how to convert an image(PNG) to data in iphone
Started by on , 4 posts by 4 people.  
Below is the code to get data from your PNG image.
Then its similar just you specify the path for it .
How can we convert data displayed in a reportviewer to an xml file?
Started by on , 3 posts by 3 people.  
Just like in the examples at http://msdn.microsoft.com/en-us/library/microsoft.reporting.webforms.localreport (VS.80).aspx -- except use "XML" instead of "Excel" as the format ... .
Call the .Render method, with the first parameter (format) equal to "XML" .
I converted an image to data in iphone using NSData *imageData = UIImagePNGRepresentation(your_image_here); After that i transferred it to another iphone using bluetooth. Now i need to convert the data back to image. Can any one tell me how to do it.
Started by on , 4 posts by 4 people.  
NSData *)data]; I assume this is to et back the data which you encoded in the previous question.
I came across a case where I have to convert html table data into json. In this process I have to iterate through table and convert one by one(row) into array and then convert the whole array into json? Need help in iterating through table(each ow and...
Started by on , 3 posts by 3 people.  
) { myTr.push($(td).html()); } myTable.push(myTr); }); You also need to convert the JavaScript Array.
Using PHP, I can convert MySQL data or static table data to csv, Excel, JSON, MySQL etc but is there a useful conversion script or tool that can convert table data into other formatted/styled formats such as PDF and/or JPG/PNG using the PHP GD Library...
Started by on , 3 posts by 3 people.  
"\t"; } $line .= $value; } $data .= trim($line)."\n"; } $data = str_replace("\r","",$data); if ($data == "") { $data = "\n(0) Records$data....
$value.
Value = str_replace('"', '""', $value); $value = '"'.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Super User
Related Searches
tally data convert to sql    convert tally data    Raima Data Manager convert    convert drives without loosing data    dynamic to basic convert but data in this hard disk    Cannot copy or convert flat file data for column    how to convert tally data to sql server    Error 0xc02020f6 Data Flow Task Column cannot convert    convert dynamic to basic without data loss    Convert dynamic disk to basic lwithout data   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost