Recent content by bhuwan

  1. B

    Question how to find which separator or delimiter is used in given csv file ?

    Here is what i tried. - First, parse the first 10-20 lines of a CSV file - Second, Count the number of delimiters [commas, tabs, semicolons and colons] in each line - Third, Compare the number of delimiters in each line. If you have a properly formatted CSV, then one of the delimiter counts...
  2. B

    Question how to find which separator or delimiter is used in given csv file ?

    greetings, can someone provide me logic to find out delimiter of csv file. Thanks in advance.
  3. B

    Example on how to calculate the week number of the year from a date

    thanks Den, your solution help a lot.
  4. B

    Example on how to calculate the week number of the year from a date

    hey Den... normally it seems fine. correct me if I'm wrong but for date 01/03/2022 it should give 1 but it gives 53 thank you.
  5. B

    Example on how to calculate the week number of the year from a date

    windows 10, progress 11.7
  6. B

    Example on how to calculate the week number of the year from a date

    I'm new to progress and checking out the solution but still the logic doesn't seem correct For date 01/01/2022 it should give 52 (in ISO date) but actually it gives 53. Please correct me if I'm wrong. can anyone provide a solution that can actually gives ISO week number thanks in advance..
Top