filmov
tv
UiPath | Filter DataTable using LINQ Query | Handle Exception The source contains no DataRows

ะะพะบะฐะทะฐัั ะพะฟะธัะฐะฝะธะต
#rpa #uipath #linq
๐ ๐๐ง๐ ๐ฅ๐ข๐ฌ๐ก
โ This video is about filtering a DataTable using LINQ query.
โ The video contains 14 different examples, how to filter a DataTable using different methods and functions.
โ You will learn how to filter a DataTable using Strings, Numbers or Dates.
โ You will also learn how to handle the exception: ๐ด The source contains no DataRows.
๐ ๐๐ผ๐ฑ๐ฒ
โ Where row("Country").ToString.Trim = "USA"
โ Where Not row(col).ToString.IsNullOrEmpty
โ Where CInt(row("Account").ToString) Mod 2 = 0
โ Where CDate(row("Date").ToString) ((biggger)) CDate("05/15/2020")
โ Where row("Name").ToString.Equals("Alexander")
โ Where row("Name").ToString.Equals("Max")
โ Sum(Function(x) CInt(x("Age").ToString))
โ Average(Function(x) CDBl(x("Age").ToString))
โ Where row("Country").ToString.Contains("USA")
โ Not Where row("Country").ToString.Contains("USA")
๐ ๐๐ต๐ฎ๐ฝ๐๐ฒ๐ฟ๐
โบ 00:00 Introduction
โบ 01:15 LINQ Query
โบ 04:48 1.Example - Filter DT using String.Trim
โบ 07:34 2.Example - Filter DT using String.Contains
โบ 08:07 3.Example - Filter DT using Variable
โบ 09:15 4.Example - Filter DT using Not
โบ 10:00 5.Example - Remove empty rows using one column
โบ 10:47 6.Example - Filter DT using multiple columns (AND)
โบ 12:07 7.Example - Filter DT using multiple columns (OR)
โบ 12:57 8.Example - Remove empty rows using all columns (Loop rows & columns)
โบ 18:24 9.Example - Filter DT for numbers (IsNumeric)
โบ 19:57 10.Example - Filter DT using number condition (row Mod 2)
โบ 21:10 11.Example - Filter DT using Date
โบ 23:25 12.Example - Filter DT and get Sum
โบ 26:15 13.Example - Filter DT and get Average
โบ 27:55 14.Example - Handle Exception The source contains no DataRows
๐ ๐๐๐ก๐ค ๐ฉ๐ถ๐ฑ๐ฒ๐ผ๐
๐. ๐ฃ๐๐ฅ๐ง๐๐ง๐๐ข๐ก ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
๐. ๐ฃ๐ฅ๐ข๐๐๐๐ง๐๐ข๐ก ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
๐. ๐๐๐๐ง๐๐ฅ๐๐ก๐ ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
๐. ๐ค๐จ๐๐ก๐ง๐๐๐๐๐ฅ ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
๐. ๐๐๐๐ ๐๐ก๐ง ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
โ ๐๐ฒ๐ ๐ช๐ผ๐ฟ๐ฑ๐
โ UiPath
โ UiPath Automation
โ UiPath Activity
โ UiPath Linq
โ Language Integerated Query
โ LINQ in UiPath
โ Filter DataTable using LINQ query
โ Handle LINQ Exception
โ The source contains no DataRows
โ Filter DataTable for String
โ Filter DataTable for Number
โ Filter DataTable for Date
โ Filter DataTable and get sum of a column
โ Filter DataTable and get average of a column
โ Filter DataTable using one column
โ Filter DataTable using multiple columns
โ Filter DataTable using Math function
โ Clone DataTable
โ Distinct DataTable
๐๐ผ๐น๐น๐ผ๐ ๐๐
๐ค ๐ฌ๐ผ๐๐ง๐๐ฏ๐ฒ: @ActAutomate
๐ข ๐ฌ๐ผ๐๐ง๐๐ฏ๐ฒ ๐ฆ๐ต๐ผ๐ฟ๐๐: @ActAutomateShorts
๐ ๐๐ง๐ ๐ฅ๐ข๐ฌ๐ก
โ This video is about filtering a DataTable using LINQ query.
โ The video contains 14 different examples, how to filter a DataTable using different methods and functions.
โ You will learn how to filter a DataTable using Strings, Numbers or Dates.
โ You will also learn how to handle the exception: ๐ด The source contains no DataRows.
๐ ๐๐ผ๐ฑ๐ฒ
โ Where row("Country").ToString.Trim = "USA"
โ Where Not row(col).ToString.IsNullOrEmpty
โ Where CInt(row("Account").ToString) Mod 2 = 0
โ Where CDate(row("Date").ToString) ((biggger)) CDate("05/15/2020")
โ Where row("Name").ToString.Equals("Alexander")
โ Where row("Name").ToString.Equals("Max")
โ Sum(Function(x) CInt(x("Age").ToString))
โ Average(Function(x) CDBl(x("Age").ToString))
โ Where row("Country").ToString.Contains("USA")
โ Not Where row("Country").ToString.Contains("USA")
๐ ๐๐ต๐ฎ๐ฝ๐๐ฒ๐ฟ๐
โบ 00:00 Introduction
โบ 01:15 LINQ Query
โบ 04:48 1.Example - Filter DT using String.Trim
โบ 07:34 2.Example - Filter DT using String.Contains
โบ 08:07 3.Example - Filter DT using Variable
โบ 09:15 4.Example - Filter DT using Not
โบ 10:00 5.Example - Remove empty rows using one column
โบ 10:47 6.Example - Filter DT using multiple columns (AND)
โบ 12:07 7.Example - Filter DT using multiple columns (OR)
โบ 12:57 8.Example - Remove empty rows using all columns (Loop rows & columns)
โบ 18:24 9.Example - Filter DT for numbers (IsNumeric)
โบ 19:57 10.Example - Filter DT using number condition (row Mod 2)
โบ 21:10 11.Example - Filter DT using Date
โบ 23:25 12.Example - Filter DT and get Sum
โบ 26:15 13.Example - Filter DT and get Average
โบ 27:55 14.Example - Handle Exception The source contains no DataRows
๐ ๐๐๐ก๐ค ๐ฉ๐ถ๐ฑ๐ฒ๐ผ๐
๐. ๐ฃ๐๐ฅ๐ง๐๐ง๐๐ข๐ก ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
๐. ๐ฃ๐ฅ๐ข๐๐๐๐ง๐๐ข๐ก ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
๐. ๐๐๐๐ง๐๐ฅ๐๐ก๐ ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
๐. ๐ค๐จ๐๐ก๐ง๐๐๐๐๐ฅ ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
๐. ๐๐๐๐ ๐๐ก๐ง ๐ข๐ฃ๐๐ฅ๐๐ง๐ข๐ฅ๐ฆ
โ ๐๐ฒ๐ ๐ช๐ผ๐ฟ๐ฑ๐
โ UiPath
โ UiPath Automation
โ UiPath Activity
โ UiPath Linq
โ Language Integerated Query
โ LINQ in UiPath
โ Filter DataTable using LINQ query
โ Handle LINQ Exception
โ The source contains no DataRows
โ Filter DataTable for String
โ Filter DataTable for Number
โ Filter DataTable for Date
โ Filter DataTable and get sum of a column
โ Filter DataTable and get average of a column
โ Filter DataTable using one column
โ Filter DataTable using multiple columns
โ Filter DataTable using Math function
โ Clone DataTable
โ Distinct DataTable
๐๐ผ๐น๐น๐ผ๐ ๐๐
๐ค ๐ฌ๐ผ๐๐ง๐๐ฏ๐ฒ: @ActAutomate
๐ข ๐ฌ๐ผ๐๐ง๐๐ฏ๐ฒ ๐ฆ๐ต๐ผ๐ฟ๐๐: @ActAutomateShorts
ะะพะผะผะตะฝัะฐัะธะธ