Commit Latest

This commit is contained in:
2025-03-31 11:40:21 -04:00
parent 14da9516f8
commit f8c1abcf95
4 changed files with 30 additions and 8 deletions

View File

@@ -403,7 +403,8 @@ namespace MarketData.Helper
StringBuilder sb=new StringBuilder();
String strRequest;
String currentWorkingDirectory=Directory.GetCurrentDirectory();
String strExtractFolder=currentWorkingDirectory+"\\"+"extracts";
String strExtractFolder=currentWorkingDirectory+"/"+"extracts";
// String strExtractFolder=currentWorkingDirectory+"\\"+"extracts";
String strFileName="API_NY.GDP.MKTP.CD_DS2_V2_USD.zip";
String strPathFileName=currentWorkingDirectory+"\\"+strFileName;
sb.Append("http://api.worldbank.org/v2/en/indicator/NY.GDP.MKTP.CD?downloadformat=csv");