Top "Data-conversion" questions

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

SSIS Convert string to a guid when importing and saving data

I was trying to convert a unicode string from an Excel File into a uniqueidentifier. There are already answers online …

excel sql-server-2012 ssis data-conversion
How can I convert a string such as 5.7303333333e+02 to decimal in PowerShell?

I'm trying to convert strings such as 5.7303333333e+02 to the decimal type. I've tried using [decimal]::TryParse but the return …

powershell decimal data-conversion
Why does Ruby's String#to_i sometimes return 0 when the string contains a number?

I was just trying out Ruby and I came across String#to_i. Suppose I have this code: var1 = '6 …

ruby string data-conversion
How do I convert a Char to Int?

So I have a String of integers that looks like "82389235", but I wanted to iterate through it to add each …

list kotlin character data-conversion
How convert a JSON string to Dictionary in Python?

I already read different post regarding python conversion from str to dic but I still have problems and I can't …

python json string dictionary data-conversion
How to convert a hex string to an unsigned long?

I have following hex value CString str; str = T("FFF000"); How to convert this in to an unsigned long?

c++ mfc hex data-conversion unsigned-long-long-int
how to convert bool array in one byte and later convert back in bool array

I would like to pack bool array with max length 8 in one byte, send it over network and then unpack …

c# data-conversion
Creating a Proper avro schema for timestamp record

I would like to know what the proper avro schema would be for some json to avro conversion that is …

json avro apache-nifi data-conversion
Receive UDP packet datagrams in PHP

I am working in php to build a listening server for a GPS tracking system. The GPS sends data through …

php udp packet data-conversion