Top "Dataformat" questions

Use for posts relating to any of various formatting options for structured data (such as for file storage or data-interchange).

How can I get dict from sqlite query?

db = sqlite.connect("test.sqlite") res = db.execute("select * from table") With iteration I get lists coresponding to the rows. …

python sql sqlite dictionary dataformat
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 …

sql-server-2008 tsql time integer dataformat
cant format datetime using dataformatstring

For some reason i can not format the text of my date in a gridview <asp:BoundField DataField="deptdate" …

asp.net vb.net gridview date dataformat
Python - mysqlDB, sqlite result as dictionary

When I do someting like sqlite.cursor.execute("SELECT * FROM foo") result = sqlite.cursor.fetchone() I think have to remember …

python mysql sqlite dictionary dataformat
Excel is stripping leading 0's from CSV files

It believe that Excel is stripping leading 0s. I was told that updating the column format to text during the …

excel csv dataformat autocorrect
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 …

graphics data-structures dataformat fbx
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 …

thrift specifications dataformat
How read Common Data Format (CDF) in Python

I need to read CDF file with using python. I have found libraries but i did not understand how use …

python io dataformat common-data-format
Set DataFormatString on DataGridView at Runtime?

Is it possible to set the DataFormatString property of a column or cell in an ASP.NET DataGridView at runtime?

c# asp.net datagridview dataformat
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 …

spring apache-camel dataformat