Top "Data-conversion" questions

This tag refers to the process of converting the data type of one piece of information into another type.

iOS convert large numbers to smaller format

How can I convert all numbers that are more than 3 digits down to a 4 digit or less number? This is …

ios formatting nsnumber data-conversion human-readable
Convert Latitude and Longitude to point in 3D space

I need to convert latitude and longitude values to a point in the 3-dimensional space. I've been trying this for …

python math 3d latitude-longitude data-conversion
Reading Paradox Database files

I'm working with a client who has an existing system, built on what is apparently a Paradox database. I've got …

mysql paradox data-conversion
SSIS how to convert string (DT_STR) to money (DT_CY) when source has more than 2 decimals

I have a source flat file with values such as 24.209991, but they need to load to SQL Server as type …

ssis sql-server-2008-r2 data-conversion money-format
Auto Mapper convert from string to Int

I am creating a simple MVC4 application I have a automapper Mapper.CreateMap<SourceClass, DestinationClass>() .ForMember(dest => …

c# asp.net-mvc automapper data-conversion
Convert an integer to a 2 byte Hex value in Python

For a tkinter GUI, I must read in a Hex address in the form of '0x00' to set …

python python-2.7 int hex data-conversion
How do I convert UTC/ GMT datetime to CST in Javascript? (not local, CST always)

I have a challenge where backend data is always stored in UTC time. Our front-end data is always presented in …

javascript datetime timezone data-conversion timezone-offset
Why am I getting a "[SQL0802] Data conversion of data mapping error" exception?

I am not very familiar with iseries/DB2. However, I work on a website that uses it as its primary …

sql ibm-midrange data-conversion
How to convert a float string to an integer in python 3

I'm new to the whole coding thing...so here goes. Just trying to write a simple number guess game, but …

python python-3.x data-conversion floating-point-conversion
How to convert UTM coordinates to lat and long in R

I am trying to run a species distribution model and need to create background points to run my logistic regression …

r latitude-longitude data-conversion utm