Below is the requirement -
- open URL → https://mod.gov.in/dod/major-achievements
- Scrap data of all achievements (All Pages)
- Create Year Folder.
- Create Month Folder under Year.
I am getting an error while creating 4th step.
Please help.


Thanks
Abhishek
Srini84
(Srinivas Kadamati)
2
@Abhishek_Kumar_sinha
Check the month Assign, you are again reassigning starr(1), but it is already stored in year
can you share me the sample string and output required?
Thanks
@Srini84
Typing Mistake, I kept starr(0) but still showing the same error.
sample string -
Major activities of Department of Defence for the month of January ,2020
create year folder.
create Montly folder under Year.
Pls advise.
Thanks
Abhishek
Srini84
(Srinivas Kadamati)
4
@Abhishek_Kumar_sinha
Try like below
Samplesplit(1) will be the Year
Month = SampleSplit(0).TrimEnd
Mark as solution if this helps
Thanks
1 Like
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.