restore one table from xtrabackup's full backup

Is there anyway to restore only one table or schema from xtrabackup’s full backup?

It seems that in order to restore one table only, I need to restore the whole database and extract the table out after that

found the solution.

Can you please let me know your solution to restore single schema with xtrabackup

Hello @xudba

So , Can We restore one single table from Full XTraback with another name ?

For example, If our table is called as Table1 , Can We restore as Table1_restore ?

Thanks in advance
Andre