Live data from Hacker News

Ask YC: Review our new product

cleanupdata.com

11–20 of 61 posts

Re: Ask YC: Review our new product

#11
Cool stuff but I wish I had data that:

1) I could easily paste like that (most of my data is large and too big to be pasted)

2) Since the data I have has been collected under a Privacy Policy, I can't upload it to other sites.

But for small jobs of flipping things around, this is a cool app.

Re: Ask YC: Review our new product

#12
post #10

This is largely a technology demo, but we think it's pretty neat. Curious if anyone here has thoughts about where to take this from here. And yes, using SSN as the example was probably a poor choice - the example is from http://blogs.msdn.com/excel/archive/2007/11/12/manipulating-... . Tip of the hat to LAPIS/Potluck/MassEdit from CSAIL for getting us thinking in this direction.

An undo button would be neat in case I accidentally type-in rather than cut-paste, then end up losing what I manually deleted. (I didn't read the instructions, as you can tell!)

You can always copy and paste from the From row, but this probably isn't obvious.

Re: Ask YC: Review our new product

#13
post #11

Cool stuff but I wish I had data that: 1) I could easily paste like that (most of my data is large and too big to be pasted) 2) Since the data I have has been collected under a Privacy Policy, I can't upload it to other sites. But for small jobs of flipping things around, this is a cool app.

as nickb stated, you should add a Privacy Policy as soon as possible. People will definitely hesitate do upload their data to an unknown server.

Re: Ask YC: Review our new product

#14
Some random suggestions:

1. the icons that appear under a column when you're editing it should have tooltips so you can see what they mean

2. there should be an undo function

3. it should be able to figure what you mean if you retype as upper-case rather than using the buttons. (Perhaps asking the user "do you want to put it in uppercase"). This is not exactly hard to code, e.g.

    if (toUpper(originalField) == editedField) assumeUserWantsUppercase();

Re: Ask YC: Review our new product

#16

I think it's a very handy application, and nice presentation. Just curious though, why does it have to be a web app? Why not just a plugin to my favorite spreadsheet application, or just a small standalone app that I can use on my PC..

It doesn't have to be, and we've talked about going down one or both of these paths in the future. Doing it web-based is a nice way for us to demo it, though. Also, since it's possible that we'd want to somehow integrate the tech with our main app, doing it on the web is a natural first step.

Re: Ask YC: Review our new product

#18

Really cool. I've been waiting for an easy to use spreadsheet app that would let me do this for a while without having to figure out formulas or vbscript. This looks useful and I'll definitely use it as needed in the future. What's your business model for this? Are you just doing advertising or are you also offering a rush fee or maybe charging extra for files over 5MB or something?

It almost certainly won't be advertising, though we'll make it easy to get to Dabble DB from here, which seems to be a good way of monetizing traffic. Otherwise, we're pretty open-minded at this point -- I'd be interested in hearing what people think makes the most sense..

Re: Ask YC: Review our new product

#20

Earlier quoted context omitted.

I did. It took seconds to realize that this was interesting.

Damn, whole seconds? I gotta work on that.

It reminded me quite a lot of ItemField and so I was instantly intrigued to understand what had been done.
Post reply on HN