Hazior
Hazior

Reputation: 694

Parsing Data From a File on the server

I have an application on a server and I want it to send a file that can be parsed for the data I am looking for with as little human error as possible.

I am not sure what tags to attach to this it is being coded in C# though.

I was thinking an excel spreadsheet but it can be changed to easily from what I'm told.

What is a vaible way to recieve data to be parsed that can have any format? Or What is a way to enter data to get to the network without setting up a program?

Edit: The server is on a diffrent network than the user wich they cannot directly access.

Upvotes: 1

Views: 94

Answers (1)

Yoenhofen
Yoenhofen

Reputation: 397

InfoPath is made for user form data like that.

Excel is another option, but you're right - its difficult to validate user input.

Google Spreadsheet's Forms feature is a nice alternative but getting the data from the spreadsheet afterward could be a pain.

Upvotes: 2

Related Questions