| bio | website | marketingscience.co |
|---|---|---|
| location | Denver, CO | |
| age | 40 | |
| visits | member for | 3 years, 9 months |
| seen | 9 hours ago | |
| stats | profile views | 73 |
|
May 14 |
awarded | Popular Question |
|
May 10 |
comment |
Ruby CSV.open need to remove quotes and null characters To provide more clarity on what I need for the output, it must match the format provided by the 'Windows Formatted Text.txt' in the Save As... menu. That is a tab-delimited format with no quotes in the file. |
|
May 10 |
comment |
Ruby CSV.open need to remove quotes and null characters There aren't any instances of the tab character in the data. I am ok with wrapping the fields that have some text quotes because you are right it is better to have it. But then how can I have the NULL fields left with no quotes? If I remove quote_char: all the fields have quotes. What do you suggest? |
|
May 10 |
asked | Ruby CSV.open need to remove quotes and null characters |
|
May 2 |
comment |
Unable to convert .xls to .csv using Roo w00t! works perfectly. thanks. |
|
May 2 |
accepted | Unable to convert .xls to .csv using Roo |
|
May 2 |
asked | Unable to convert .xls to .csv using Roo |
|
Apr 13 |
asked | RSpec in Rails testing on a second database |
|
Mar 15 |
comment |
How to use json object in d3.js reusable chart pattern I ended up writing a javascript function to parse the array of json objects into different simple arrays and variables in the reusable_chart_pattern.js. Thanks for your help. Completed example is at the link in my question. |
|
Mar 14 |
accepted | How to use json object in d3.js reusable chart pattern |
|
Mar 14 |
awarded | Popular Question |
|
Mar 14 |
comment |
How to use json object in d3.js reusable chart pattern Ok, I think i see what you are getting at. The edits you suggested were the right direction but not completely fix the problem. I do not have erros but the chart does not display the rect elements corrctly. |
|
Mar 14 |
comment |
How to use json object in d3.js reusable chart pattern as an update, I got the errors to stop. However, the chart does not display as it should. It should look like a horizontal bar chart and right now most of the rect elements are stacked on top of each other. |
|
Mar 13 |
revised |
How to use json object in d3.js reusable chart pattern Added the example page on my site. |
|
Mar 13 |
revised |
How to use json object in d3.js reusable chart pattern Adding a gist that contains the html for my example page. |
|
Mar 13 |
comment |
How to use json object in d3.js reusable chart pattern Can you help me understand what the MISSING_DATA_ARRAY is? is this an empty array or where I should be populating the data I need from metric1? |
|
Mar 13 |
revised |
How to use json object in d3.js reusable chart pattern Removed second error message and updated gist with bar_chart function |
|
Mar 13 |
comment |
How to use json object in d3.js reusable chart pattern from the answers so far, I have eliminated the second error. However, I am still stuck on retrieving the metric1 data from the json objects to use in the var x = d3.scale.linear. It seems like this data needs to be an array and I am not sure how to transform. |
|
Mar 12 |
revised |
How to use json object in d3.js reusable chart pattern clarifying that this is for a horizontal bar chart not a vertical bar chart. |
|
Mar 12 |
comment |
How to use json object in d3.js reusable chart pattern So do I need to select just the metric1 values out of the json object that is set in .data(data)? Because the values are not passed as an array. |