Top "Data-conversion" questions

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

How to convert letters with accents, umlauts, etc to their ASCII counterparts in Perl?

I'm writing a program that works with documents in Perl and a lot of the documents have characters such as ä, ö, ü, é, …

perl ascii diacritics data-conversion
Converting arraybuffer to string : Maximum call stack size exceeded

This is my code. var xhr = new XMLHttpRequest(); xhr.open('GET',window.location.href, true); xhr.responseType = "arraybuffer"; xhr.onload = …

javascript jquery encoding data-conversion arraybuffer
How to get the original python data from QVariant

I am just learning python and Qt these days. So please consider that this will be a newbie question, but …

python pyqt pyqt4 data-conversion qvariant
How to convert data stored in XML files into a relational database (MySQL)?

I have a few XML files containing data for a research project which I need to run some statistics on. …

mysql sql xml relational-database data-conversion
How to convert a webpage (from an intranet wiki) to an Office document?

I have a set of Wiki pages (MediaWiki style) on my company's intranet that I would like to convert to …

ms-word ms-office mediawiki data-conversion
Shapefile to raster conversion in R?

I have a shapefile downloaded from the worldwildlife.org for the terrestrial ecoregions of the world. The file can be …

r raster shapefile data-conversion rasterizing
Invalid cast from 'System.Double' to 'System.Nullable`

I've the following function which was based on this inital Generic function to handle DataType Conversion public static T ConvertFromDB&…

c# data-conversion
Converting array to matrix in R

I have an array, including two proficiency variables (theta0, theta1) over an item (Yes, No) called "comp". This needs to …

arrays r matrix data-conversion
Convert all json keys to lowercase using JQ

I'm looking to ingest a JSON file with arrays into my database. The json file with array items is as …

json key jq data-conversion lowercase