The dataformat tag has no wiki summary.
0
votes
0answers
6 views
Available data interchange formats for android apps
I am doing some analysis for an Android App (which basically collects data from simple forms) and am looking at data interchange formats that I could use. The app has to send data to a server over any ...
1
vote
2answers
37 views
Convert text file into excel with delimiter and text formatted columns vbscript
I'd like to convert a .txt file into Excel with a VBScript. I have a character that I would like to delimit "|". I would also like to format column data as text before the text is opened. This is what ...
0
votes
0answers
14 views
Dataformat description best practice
I need a flexible way to describe a data format. Length, data type, description etc.
I thought of using xml to deine each object because it would be easy to parse for different languages.
Is this ...
0
votes
1answer
15 views
Is data representation typically part of a “distributed application middleware”?
I am currently building a lightweight application layer which provides distributed services to applications of a specific type. This layer provides synchronization and data transmission services to ...
0
votes
3answers
228 views
T-SQL calculating average time
I have a problem with calculating average time.
This is the case:
i have multiple rows, in each row there is data in time format
so I need to calculate an average time of all rows and multiply it with ...
2
votes
2answers
188 views
How to apply DataFormatString on a array or IEnumerable object in MVC Razor?
I have an array of double in my View Model and I'd like to apply a data format string like shown below:
class MyVM
{
[DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0:F2}")]
...
0
votes
1answer
359 views
Android: how to programmatically send command to Nonin OnyxII 9560 pulse oximeter to select the data format and display the SpO2 and heart rate value
I am developing an Android Application of elder healthcare. The devices I used are Nonin Onyx II 9560 pulse oximeter and Nexus 7 tablet.
The application will allow the pulse oximeter and tablet to ...
2
votes
1answer
59 views
HDF5 Compound type Native vs. IEEE
I am just picking up HDF5 and I am a bit confused about the difference between creating data for the memory and creating data for the file. What's the difference?
In this example, creating a compound ...
4
votes
1answer
69 views
What format is this string in? [closed]
I'm trying to figure out what data an iPhone game app is sending. It uses the GKTurnBasedMatch framework.
I've captured some of its packets and I found a promising XML message with this string as the ...
1
vote
2answers
299 views
Writing Fortran unformatted files with Python
I have some single-precision little-endian unformatted data files written by Fortran77. I am reading these files using Python using the following commands:
import numpy as np
original_data = ...
1
vote
2answers
96 views
Comma is invalid when using dataformat
Here is my code to output a query to a spreadsheet.
<cfscript>
//Use an absolute path for the files. --->
theDir=GetDirectoryFromPath(GetCurrentTemplatePath());
theFile=theDir & ...
0
votes
1answer
51 views
Unequal Strings : HP 5”6'5A and HP 5"6'5A
I have two tables A and B.
Table A have a column called a_value varchar(20) and B have b_value as varchar(20).
Both table data filled by different source by using java.
A from Excel sheet.
B from ...
3
votes
2answers
88 views
Efficient data interchange format using only C-style fprintf() statements?
I need to transfer the very large dataset (between 1-10 mil records, possibly much more) from a domain-specific language (whose sole output mechanism is a C-style fprintf statement) to Python.
...
1
vote
1answer
263 views
matplotlib imshow() with irregular spaced data points
I am trying to put some data into an imshow() plot.
My problem is that the data does not come as a MxN array but as a 3xN array (x- and y coordinate and value). The points are NOT arranged as a ...
0
votes
1answer
30 views
Raw image format from camera decoding
Hey guys I have a trouble with understanding data from Camera robotics module.
I got something like this
5115 2052 0520 5205 2052 0520 4205 2053
1776 898a a9aa aaaa aaaa aaaa aaaa 9aaa
a9a9 9a99 9879 ...
2
votes
1answer
121 views
Convert date time value to expected with SimpleDateFormat
I have an issue with converting a date time value to expected one with SimpleDateFormat (java), my expected format is MM/yyyy, and I want to convert 2 values to only 1 format
MM-yyyy for example ...
0
votes
1answer
178 views
Apache POI excel cell character Limit
First of all I'm new to POI. I am extracting data from backend and saving it to an excel file. But I noticed that one cell only allows a max of 10 characters. This does not happen on other cells. Can ...
2
votes
2answers
137 views
Identify and separate the data from Datagrampacke's Data Packet using java
Hi Currently I am working on Android that communicates with Healthcare device through bluetooth. The Healthcare device can send data packets like this format
Now I want to know, how can I identify ...
0
votes
4answers
317 views
How to parse the date string like '21Jul12'
How to parse the date string like '21Jul12'. I have tried the following way:
import org.apache.commons.lang.time._
DateUtils.parseDate("21Jul12", Array("ddMMMyy"));
but it can't work due to the ...
0
votes
2answers
335 views
Convert string to decimal ignore point
today iv notice that all the place that im using decimal first thing is in the grid show comma instead of point
the second problame is when i edit or insert number with point it ignore the point
like ...
1
vote
1answer
196 views
Culture specific Currency with DataFormatString
I am using the Telerik Silverlight grid (XAML) and have a currency field which always needs to be showed with the $ symbol.
I use this to format the value as currency: DataFormatString="{}{0:c}"
...
1
vote
3answers
186 views
tilde delimited file
I need to read a tilde delimited file.
Fields are separated by tilde (~).
But sometimes there are multiple "tilde's" one after another (~~~~~~).
What is the purpose of multiple tildes?
1
vote
3answers
1k views
Spring Configuration of Custom Apache Camel Data Format
I am using Apache Camel 2.9.2 and Spring 3.0.6.RELEASE. I am trying to use a custom DataFormat to marshal and unmarshal Camel messages. I want to configure my custom DataFormat into one of my routes ...
1
vote
0answers
23 views
Store debug data in format having good viewer support
I'd like to include various debug outputs in my Python program. Summary information and some variables should be saved in a file for later examination. This will be at different levels down to very ...
1
vote
0answers
373 views
GridView DataFormatString Doesn't Always Work
I have an ASP.NET 2.0 gridview displaying the results of a simple data table. The Gridview's columns are explicitly defined with one displaying the values of a decimal field. That column is set with ...
1
vote
1answer
74 views
ASIO data format
I'm planing to build a simple audio interface. For that I just want to know in which format the ASIO drivers deliver data to a program usually? I couldn't figure that out of the specifications or find ...
1
vote
1answer
75 views
Has anyone dig into the data format of the mac sticky notes database?
It's located under /Users/username/Library/StickiesDatabase.
I've tried to work on it. It seems to be an out-dated un-keyed Archive file, which nowadays are keyed. NSCoder will do the work, however I ...
0
votes
1answer
33 views
What type of format is being used?
This is a part of the syntax highlighting code, taken from TextMate.
Do you know what type of data formatting is being used? (it's definitely Json-like, but with variations)
{ shellVariables = (
...
0
votes
1answer
85 views
Parsing a CSV: Edge Cases
Disclaimer: I'm not actually parsing a CSV, but a CSV-like format; I'm not interested in using a pre-built library.
What is the proper way to parse the following 2 lines?:
a,b"c"d,e
a,"bc"d,e
...
1
vote
2answers
107 views
DataFormatValue issue in GridView
How can I format to currency the value of a column in my gridview ?
I tryied the following code, but doesn't work, still unformatted.
<asp:GridView ID="grdDetalhePropostaExpirada" Width="100%" ...
2
votes
2answers
370 views
How to subset data using multiple characters in a column
This is a very simple question.
I have a lengthy dataset and want to create a subset based on certain entries in a particular column. In this case, I am setting it up like this:
Example data:
> ...
10
votes
3answers
398 views
How are textual data files parsed in modern C++?
I am (too) often confronted with the task of having to parse textual data files -- the kind of textual structured data representation you used before "everyone" used XML -- that are some kind of ...
1
vote
1answer
367 views
problems about texture coordinate in Obj format
as far as i know, texture coordinates should range [0,1]
but in this obj file as follow, the texture coordinates seem to range [0,2]
vt 2.0000 2.0000 0.0000
vt 1.7500 2.0000 0.0000
vt 1.7500 1.9750 ...
3
votes
3answers
3k views
can anyone explain the FBX format for me?
i use notepad++ to see the data structure of FBX model but i have some problems understanding it. Here is some info of a cube(side = 10) located in (0,0,0), can anyone tell me what do these members ...
0
votes
1answer
415 views
Only first letter by DataFormatString
I have a column when I bind enum:
<telerik:GridViewComboBoxColumn Header="N/U" DataMemberBinding="{Binding VehicleCondition}" ItemsSourceBinding="{Binding Source={StaticResource Locator}, ...
2
votes
1answer
112 views
What data format can be written from Java (Clojure) and read by Paraview?
I have some Clojure code that generates a regular 3D grid of data (voxels). I want to write this to a file that can be later read by Paraview (and, possibly, other analysis/visualisation programs). ...
2
votes
2answers
619 views
NumberFormat Parse Issue
I am quite confused about this peculiar 'error' I am getting when parsing a String to a Double.
I've already set up the NumberFormat properties and symbols.
When passing a String with 15 digits and ...
0
votes
2answers
71 views
Lightweight data format
As known, JSON is lighter data format, than XML and it is more preferable to use. But when you transfer big arrays of objects with the same structure, JSON is overload with data too. For example:
[
...
1
vote
1answer
44 views
What's a good way to “standardize” the format of web content for importing into an app?
I'm working on a project where one of the requirements is to import articles from a website. The problem is that different websites have different formats. I could theoretically write some code that ...
1
vote
1answer
910 views
how show raw xml string in Telerik RadGrid columns without rendering
i have a boundedColumn In my telerik RadGrid As string Type -> some xml codes ...
how can i show that column (raw xml) in that RadGrid without rendering?
my problems :
my grid direction is right to ...
1
vote
3answers
862 views
DisplayFormatAttribute not working
I am using MVC3 with Razor and EntityFramework. To handle event scheduling I have a StartDate, StartTime, EndDate, EndTime using jquery datepicker and timepicker. I am trying to use the ...
1
vote
2answers
118 views
How to transform the data from one format to another format
I have my date in this format yyyy-mm-dd and I save the date in this format as a String. Now I have the String and I want to know how can I get yyyy, mm or dd in 3 different String.
0
votes
1answer
226 views
Formatting Column in RADGRID
I am binding a datatable having a column with values like www.google.com,www.google.com.
But I like to render only one www.google.com in RADGrid.How can I achieve it with data format string?
0
votes
2answers
3k views
ASP.NET MVC - DisplayFormat attribute
In my model i've the MyDate property that has datetime type.
I sign the property with the DisplayFormat attribute in this mode:
[DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = ...
4
votes
2answers
4k views
cant format datetime using dataformatstring
For some reason i can not format the text of my date in a gridview
<asp:BoundField DataField="deptdate" HeaderText="Departure Date" dataformatstring="{0:ddd, MM/d/yyyy}" htmlencode="False" ...
0
votes
1answer
654 views
Adding a png to clipboard
I have a simple question. What do I use as a DataFormat when saving a png to the clipboard.
An example that works for Bitmaps is:
DataObject data = new DataObject();
data.SetData(DataFormats.Bitmap, ...
7
votes
1answer
1k views
Where is the Thrift format specification?
Although Thrift format is relatively widely used (and project still alive), I haven't been able to find specification for the underlying data format. Or formats, given that there are apparently at ...
1
vote
1answer
369 views
SQLServer 2008: Showing the Information with Money DataType in Classic ASP
I am using MS SQL 2008 to develop one system with Classic ASP.
I want to show 3 Decimal Places the field Datatype is money. I got answer from this ...
1
vote
1answer
387 views
ASP.NET DataBoundField DataFormatString, how can I add html correctly?
I have a DataboundField in a grid. I'm trying to display a date in Euro format and the time. The time should be wrapped in a span with a css class applied to it.
I am using this, ...
1
vote
2answers
164 views
The best format of data to send from browser to the java-based server with ajax?
I don't have a big experience in this kind of things, so I see the easiest way is sending key-value pairs as post parameters and then servlet container will parse these pairs and put to the parameters ...


