Questions tagged [converters]

Converters have the ability to transform data from one form to another, interpret information in line with cultural context, or adjust various elements of display.

group items into ranges based on property of objects

I've been grappling with this issue for far too long. Can anyone provide guidance on how to tackle the following scenario using JavaScript? The dataset consists of objects representing a date and a specific length. I need to transform this list into an obj ...

python transform a single JSON format into a hierarchical structure

Is there a way to convert JSON data into a specific target format by extracting unique country names and grouping all entries with the same country name together? The dataset contains 50 thousand entries. The original JSON structure is as follows: [ ...

Tips for transforming user-provided variables into numeric values

Consider the code snippet provided: steak = 40.00 pepsi = 3.45 order1 = input("Please enter your first order:") order2 = input("Please enter your second order:") total = order1 + order2 I am looking for a way to convert order1 and order2 into numerical v ...

Convert a Twitter Direct Message Link by changing the `<button>` tag to an `<a>` tag

When you log into Twitter and have Direct Message enabled, a "Send Message" button will appear. Can someone please provide the URL for sending a DM to a specific user? I tried looking at the code but I could use some assistance. Any thoughts? Thank you in ...

Transforming JSON data into a pandas DataFrame using Python with examples from yahoo_financials

Can someone assist me with this JSON format: (updated dataframe) JSON: {'PSG.MC': [{'date': 1547452800,'formatted_date': '2019-01-14', 'amount': 0.032025}, {'date': 1554361200, 'formatted_date': '2019-04-04', 'amount': 0.032025}, {'date': 1562310000, 'f ...

Transform a CSV file into a JSON object containing arrays of numbers

Feeling a bit stuck on this one - any guidance would be greatly appreciated! Using primarily an online converter, or perhaps even a node package, I am attempting to transform a CSV file structured like so: Cat,31.2,31.2 Dog,35,1 Tree,32.4 into the follo ...

Transform HTML into PDF while maintaining the original letter spacing

We are in need of converting numerous files to enable search and word highlighting functionality in a web browser, as well as server-side indexing for the searchable words. I have previously utilized an online service like (Step 1, Step 2 on linked page) ...

What is the best way to transform Adobe XD designs into HTML and CSS with Vue.js?

I am looking to create a single page application with vue.js and came across this helpful reference at . A colleague has created a prototype using Adobe XD, and now my task is to transform it into HTML/CSS while making it functional and connecting it to an ...

Convert VRML files into JSON format to enable viewing and manipulation in WebGL

Looking to transform a VRML 3D model into a JSON object with thousands of objects automatically, so I can easily load it onto my HTML page. I've tested out a few converters I came across, but none seem to be working for me. I attempted using the J3D ...

"Error message: Invalid operation type(s) when subtracting a string and an integer," during the development of an age conversion tool

Can someone help figure out why this isn't working? (Click on the link for a screenshot) http://prntscr.com/5tbfos I would really appreciate it if someone could assist me in resolving this issue! Thanks so much, Ben Johnson ...