Hello everyone, | At the risk of flossing a dead horse, has there been a solution to the 'pipes in the bulk data' issue? As in, is access to the raw (specifically CampaignFin12!) data available in a .csv format, or something where the '|' values have been removed or replaced by something legible to say postgres or R?
I know it isn't strictly an issue to many opensecrets users but it is rather a pain for others of us. Thanks. -L
-- Spencer Graves, PhD Executive Director effectivedefense.org 751 Emerson Ct. San José, CA 95126 ph: 408-655-4567 web: www.effectivedefense.org
-L
--
You received this message because you are subscribed to the Google Groups "OpenSecrets Open Data" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opensecrets-open...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
> email to opensecrets-open-data+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opensecrets-open...@googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "OpenSecrets Open Data" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opensecrets-open...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Dan - That is hilarious.Ron - That is a great idea replacing pipes with quotes. I was trying to avoid setting up a db, however. We'll see how long I can last!
--
You received this message because you are subscribed to the Google Groups "OpenSecrets Open Data" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opensecrets-open...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'd just like to point out that doing a blind replace of pipes with quotes is going to make you have a bad day. They chose pipes on purpose as the string encapsulator because some of their string fields have quotes in them, like so:|"Rockefeller Financial Services|It's a pretty straight forward concept that the likes of Excell(or the likes of SQL, something like COPY table (a, b, c, ...) FROM '/path/to/indivs12.txt' WITH CSV QUOTE AS '|';) can understand. Just make sure when importing it, that the text delimiter is set to a pipe and not a quote.
On Fri, Mar 21, 2014 at 8:55 AM, Rahul Gupta <rahulka...@gmail.com> wrote:
Dan - That is hilarious.Ron - That is a great idea replacing pipes with quotes. I was trying to avoid setting up a db, however. We'll see how long I can last!
--
You received this message because you are subscribed to the Google Groups "OpenSecrets Open Data" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opensecrets-open-data+unsub...@googlegroups.com.
Yes, you are entirely right Rahul. I noticed this, but then forgot about it when I was writing the post. I noticed it happens here with the date and amount fields here (and perhaps more). But this is not a big problem once it's in Excel, because you can use text to columns to split it.
--
You received this message because you are subscribed to a topic in the Google Groups "OpenSecrets Open Data" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opensecrets-open-data/Isg5lTdZwx0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opensecrets-open...@googlegroups.com.
--
Awesome!Thanks- Rahul