TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Praneetha Pradeep
NA
21
666
Check if the values in a csv file is integer or string
Sep 21 2020 1:11 PM
Hey,
I have a csv file:
My code till now:
public
static
class
Function1
{
[FunctionName(
"Function1"
)]
public
static
void
Run([TimerTrigger(
"0 */5 * * * *"
)] TimerInfo myTimer, ILogger log)
{
log.LogInformation($
"C# Timer trigger function started at: {DateTime.Now}"
);
Thread.Sleep(2000);
log.LogInformation($
"C# Timer trigger function completed at: {DateTime.Now}"
);
var path = @
"C:\Users\sandurpr\Desktop\C# Programming....COA-Blanket-TB.csv"
;
var csvData = File.ReadAllText(path);
Requirement:
the above code reads the csv file.
i want it to check if the values in the csv file is numeric or string. e.g if numeric then true else not true .
Thank you
Reply
Answers (
1
)
How to fix CAST rule - Exceptions naming convention-suffix control.
How to search and highlight the text in word document in iframe