- May 12, 2001
- 6,960
- 7
- 81
Originally posted by: AccruedExpenditure
'Question starts- I have no programming experience, answer: Learn how to program'
Thoughts?
Originally posted by: BurnItDwn
That doesn't give programmers a bad name. The programmer was very helpful and accommodating. The guy who isn't a programmer who's asking "how" to do it is just fvcking lazy.
Originally posted by: effowe
Originally posted by: BurnItDwn
That doesn't give programmers a bad name. The programmer was very helpful and accommodating. The guy who isn't a programmer who's asking "how" to do it is just fvcking lazy.
Indeed, his last reply of "blah" makes it clear that he just wants a program to do it automatically for him. If your needs aren't met by any program out there, you are going to need to do it yourself.
Originally posted by: RedArmy
Originally posted by: effowe
Originally posted by: BurnItDwn
That doesn't give programmers a bad name. The programmer was very helpful and accommodating. The guy who isn't a programmer who's asking "how" to do it is just fvcking lazy.
Indeed, his last reply of "blah" makes it clear that he just wants a program to do it automatically for him. If your needs aren't met by any program out there, you are going to need to do it yourself.
That was a completely different person, you probably looked at the avatar and assumed it was the same poster.
Originally posted by: AccruedExpenditure
'Question starts- I have no programming experience, answer: Learn how to program'
Thoughts?
Originally posted by: RedArmy
Originally posted by: effowe
Originally posted by: BurnItDwn
That doesn't give programmers a bad name. The programmer was very helpful and accommodating. The guy who isn't a programmer who's asking "how" to do it is just fvcking lazy.
Indeed, his last reply of "blah" makes it clear that he just wants a program to do it automatically for him. If your needs aren't met by any program out there, you are going to need to do it yourself.
That was a completely different person, you probably looked at the avatar and assumed it was the same poster.
Originally posted by: Evadman
I'm sorry, I seriously don't see a problem. The programmer explained clearly several different options that the poster could take. The issue seems to be that the poster thinks he could wave a wand and it would be done, or that knowledge could be transfered though osmosis or something.
Howabout we put a different twist on this. An equivelent example is if someone posted on a medical forum 'how do I replace a kidney? I have no medical knowledge at all.'. Then a helpful doctor pointed out that you need to learn basic medical knowledge and to start with picking a university. The doctor pointed out several universities with good medical programs.
Does that give doctor's a bad name? Of course not. What gives programs a bad name is that stupid people are stupid.
Originally posted by: AccruedExpenditure
Originally posted by: Evadman
I'm sorry, I seriously don't see a problem. The programmer explained clearly several different options that the poster could take. The issue seems to be that the poster thinks he could wave a wand and it would be done, or that knowledge could be transfered though osmosis or something.
Howabout we put a different twist on this. An equivelent example is if someone posted on a medical forum 'how do I replace a kidney? I have no medical knowledge at all.'. Then a helpful doctor pointed out that you need to learn basic medical knowledge and to start with picking a university. The doctor pointed out several universities with good medical programs.
Does that give doctor's a bad name? Of course not. What gives programs a bad name is that stupid people are stupid.
The question the guy is asking is 'my kidney hurts and I don't know how to make it stop' and the doctor telling him to learn basic medical knowledge instead of telling to go see a specialist.
I agree that a developer's forum probably isn't the best place to ask a question like that, but where else would you ask? Yahoo Answers?
Originally posted by: halik
Yeah, if you're looking for out of the box solution that doesn't exist.
I understand you're an account of some sort, so you may or may not see the issue. You can't readily convert hierarchical data (xml) into flat format (CSV), especially assuming the CSV has to follow some sort of a format also.
Are you the o/p in the forum?
Originally posted by: AccruedExpenditure
The question the guy is asking is 'my kidney hurts and I don't know how to make it stop' and the doctor telling him to learn basic medical knowledge instead of telling to go see a specialist.
I agree that a developer's forum probably isn't the best place to ask a question like that, but where else would you ask? Yahoo Answers?
Originally posted by: AccruedExpenditure
Originally posted by: halik
Yeah, if you're looking for out of the box solution that doesn't exist.
I understand you're an account of some sort, so you may or may not see the issue. You can't readily convert hierarchical data (xml) into flat format (CSV), especially assuming the CSV has to follow some sort of a format also.
Are you the o/p in the forum?
I'm not the OP on that forum but looking for the solution for the same problem ;-)
Originally posted by: AccruedExpenditure
I'm not the OP on that forum but looking for the solution for the same problem ;-)
Originally posted by: halik
Make a simple XSLT template where nodes are delimited by commas, open the xml file in firefox/safari and it will show as CSV. Now you can just copy & paste the CSV into whatever.
Originally posted by: AccruedExpenditure
Originally posted by: halik
Make a simple XSLT template where nodes are delimited by commas, open the xml file in firefox/safari and it will show as CSV. Now you can just copy & paste the CSV into whatever.
Thanks halik! For the record though I'm not an accountant and do have a bit of dev experience... just wanted to avoid having to learn and write something for a task I'm only going to have to do once
-AE